interface TimelineConfig {
    axiosConfig?: AxiosRequestConfig<any>;
    layoutEasingDuration: number;
    playheadDragScrollMaxSpeedAfterPx: number;
    scrollEasingDuration: number;
    scrubberClickSeek: boolean;
    scrubberSnapArea: number;
    style: TimelineStyle;
    thumbnailVttFile?: ThumbnailVttFile;
    thumbnailVttUrl?: string;
    timelineHTMLElementId: string;
    zoomBaseline: number;
    zoomEasingDuration: number;
    zoomMax: number;
    zoomScale: number;
    zoomScaleWheel: number;
    zoomWheelEnabled: boolean;
}

Properties

axiosConfig?: AxiosRequestConfig<any>
layoutEasingDuration: number
playheadDragScrollMaxSpeedAfterPx: number
scrollEasingDuration: number
scrubberClickSeek: boolean
scrubberSnapArea: number
thumbnailVttFile?: ThumbnailVttFile
thumbnailVttUrl?: string
timelineHTMLElementId: string
zoomBaseline: number
zoomEasingDuration: number
zoomMax: number
zoomScale: number
zoomScaleWheel: number
zoomWheelEnabled: boolean