interface UiContainerState {
    adInProgress: boolean;
    buttonsEnabled: boolean;
    casting: boolean;
    currentMenu: ReactNode;
    error: undefined | PlayerError;
    fadeAnimation: Value;
    firstPlay: boolean;
    paused: boolean;
    pip: boolean;
    showing: boolean;
}

Properties

adInProgress: boolean
buttonsEnabled: boolean
casting: boolean
currentMenu: ReactNode
error: undefined | PlayerError
fadeAnimation: Value
firstPlay: boolean
paused: boolean
pip: boolean
showing: boolean

Generated using TypeDoc