THEOplayer Web SDK
    Preparing search index...

    Interface PresentationModeChangeEvent

    Fired when the presentation mode changes.

    interface PresentationModeChangeEvent {
        date: Date;
        presentationMode: PresentationMode;
        type: "presentationmodechange";
    }

    Hierarchy (View Summary)

    • Event<"presentationmodechange">
      • PresentationModeChangeEvent
    Index

    Properties

    date: Date

    The creation date of the event.

    presentationMode: PresentationMode

    The new presentation mode.

    type: "presentationmodechange"

    The type of the event.