interface TimelineStyle {
    backgroundFill: string;
    backgroundOpacity: number;
    footerBackgroundFill: string;
    footerBackgroundOpacity: number;
    footerHeight: number;
    footerMarginTop: number;
    headerBackgroundFill: string;
    headerBackgroundOpacity: number;
    headerHeight: number;
    headerMarginBottom: number;
    leftPaneWidth: number;
    playheadBackgroundFill: string;
    playheadBackgroundOpacity: number;
    playheadBufferedFill: string;
    playheadBufferedOpacity: number;
    playheadFill: string;
    playheadLineWidth: number;
    playheadPlayProgressFill: string;
    playheadPlayProgressOpacity: number;
    playheadScrubberHeight: number;
    playheadSymbolHeight: number;
    playheadTextFill: string;
    playheadTextFontSize: number;
    playheadTextYOffset: number;
    playheadVisible: boolean;
    rightPaneClipPadding: number;
    rightPaneMarginLeft: number;
    rightPaneMarginRight: number;
    scrollbarBackgroundFill: string;
    scrollbarBackgroundFillOpacity: number;
    scrollbarHandleBarFill: string;
    scrollbarHandleBarOpacity: number;
    scrollbarHandleOpacity: number;
    scrollbarHeight: number;
    scrollbarWidth: number;
    scrubberFill: string;
    scrubberMarginBottom: number;
    scrubberNorthLineOpacity: number;
    scrubberNorthLineWidth: number;
    scrubberSnappedFill: string;
    scrubberSouthLineOpacity: number;
    scrubberSouthLineWidth: number;
    scrubberSymbolHeight: number;
    scrubberTextFill: string;
    scrubberTextFontSize: number;
    scrubberTextYOffset: number;
    scrubberVisible: boolean;
    stageMinHeight: number;
    stageMinWidth: number;
    textFontFamily: string;
    textFontStyle: string;
    thumbnailHoverStroke: string;
    thumbnailHoverStrokeWidth: number;
    thumbnailHoverWidth: number;
    thumbnailHoverYOffset: number;
}

Properties

backgroundFill: string
backgroundOpacity: number
footerBackgroundFill: string
footerBackgroundOpacity: number
footerHeight: number
footerMarginTop: number
headerBackgroundFill: string
headerBackgroundOpacity: number
headerHeight: number
headerMarginBottom: number
leftPaneWidth: number
playheadBackgroundFill: string
playheadBackgroundOpacity: number
playheadBufferedFill: string
playheadBufferedOpacity: number
playheadFill: string
playheadLineWidth: number
playheadPlayProgressFill: string
playheadPlayProgressOpacity: number
playheadScrubberHeight: number
playheadSymbolHeight: number
playheadTextFill: string
playheadTextFontSize: number
playheadTextYOffset: number
playheadVisible: boolean
rightPaneClipPadding: number
rightPaneMarginLeft: number
rightPaneMarginRight: number
scrollbarBackgroundFill: string
scrollbarBackgroundFillOpacity: number
scrollbarHandleBarFill: string
scrollbarHandleBarOpacity: number
scrollbarHandleOpacity: number
scrollbarHeight: number
scrollbarWidth: number
scrubberFill: string
scrubberMarginBottom: number
scrubberNorthLineOpacity: number
scrubberNorthLineWidth: number
scrubberSnappedFill: string
scrubberSouthLineOpacity: number
scrubberSouthLineWidth: number
scrubberSymbolHeight: number
scrubberTextFill: string
scrubberTextFontSize: number
scrubberTextYOffset: number
scrubberVisible: boolean
stageMinHeight: number
stageMinWidth: number
textFontFamily: string
textFontStyle: string
thumbnailHoverStroke: string
thumbnailHoverStrokeWidth: number
thumbnailHoverWidth: number
thumbnailHoverYOffset: number