THEOplayer Web SDK
    Preparing search index...

    Interface PresentationEventMap

    The events fired by the presentation API.

    interface PresentationEventMap {
        error: ErrorEvent;
        presentationmodechange: PresentationModeChangeEvent;
    }
    Index

    Properties

    error: ErrorEvent

    Fired when an error occurs.

    presentationmodechange: PresentationModeChangeEvent

    Fired when the presentation mode changes.