Interface PresentationEventMap

The events fired by the presentation API.

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

Properties

error: ErrorEvent

Fired when an error occurs.

presentationmodechange: PresentationModeChangeEvent

Fired when the presentation mode changes.

Generated using TypeDoc