Skip to content

FullscreenControlEventType

FullscreenControlEventType = object

Defined in: ui/control/fullscreen_control.ts:44

FullscreenControlEventType - a mapping between the fullscreen control event name and the event value. These events are used with the FullscreenControl.on method.

Properties

fullscreenend

fullscreenend: FullscreenEvent

Defined in: ui/control/fullscreen_control.ts:52

Fired when fullscreen mode has ended.


fullscreenstart

fullscreenstart: FullscreenEvent

Defined in: ui/control/fullscreen_control.ts:48

Fired when fullscreen mode has started.