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

    Interface WindowPlayback

    interface WindowPlayback {
        canAttach: boolean;
        canDetach: boolean;
        error?: string;
        mode: WindowPlaybackMode;
    }
    Index

    Properties

    canAttach: boolean

    Whether the player can currently be re-attached.

    canDetach: boolean

    Whether the player can currently be detached.

    error?: string

    Error message set when the mode transitions to FAILURE.

    Current window playback mode.