interface UiContext {
    adInProgress: boolean;
    player: THEOplayer;
    style: THEOplayerTheme;
    ui: UiControls;
}

Properties

adInProgress: boolean

Whether a linear ad is currently in progress.

player: THEOplayer

The THEOplayer from the THEOplayerView.

The configured THEOplayerTheme.

UI controls for the components to communicate with the UI.

Generated using TypeDoc