@byomakase/omakase-player
    Preparing search index...

    Interface DefaultThemeConfig

    interface DefaultThemeConfig {
        controlBar: DefaultThemeControl[];
        controlBarVisibility: ControlBarVisibility;
        floatingControls: DefaultThemeFloatingControl[];
        htmlTemplateId?: string;
        playbackRates: number[];
        trackSelectorAutoClose: boolean;
    }
    Index

    Properties

    controlBar: DefaultThemeControl[]

    Specifies list of enabled controls in control bar

    controlBarVisibility: ControlBarVisibility

    Specifies controls visibility

    floatingControls: DefaultThemeFloatingControl[]

    Specifies list of enabled floating controls

    htmlTemplateId?: string

    Id of the custom web component used for Player chroming

    playbackRates: number[]

    Sets the available playback rates in menu

    trackSelectorAutoClose: boolean

    If false, track selection menu will keep open until explicitly closed. If true it will close on track selection or when clicking outside of the menu