Annoto Widget API - v3.65.0
    Preparing search index...

    Interface ITimelineConfig

    Timeline configuration

    interface ITimelineConfig {
        dockMargin?: boolean;
        height?: number;
        overlay?: boolean;
    }
    Index

    Properties

    dockMargin?: boolean

    If enabled and timeline overlay is disabled, the a margin under the player will be added

    true
    
    height?: number

    The height of the timeline in pixels

    32
    
    overlay?: boolean

    If true the timeline will attempt to be embedded in the player controls and overlay video If false the timeline will be docked under the player element

    true