Interface InternalTimelineOptions

interface InternalTimelineOptions {
    cacheResults: boolean;
    resetCache: boolean;
}

Properties

cacheResults: boolean
resetCache: boolean