Interface PresentationModeChangeEvent

Fired when the presentation mode changes.

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

Hierarchy (view full)

  • Event<"presentationmodechange">
    • PresentationModeChangeEvent

Properties

date: Date

The creation date of the event.

presentationMode: PresentationMode

The new presentation mode.

type: "presentationmodechange"

The type of the event.