FullscreenControlEventType
FullscreenControlEventType =
object
Defined in: ui/control/fullscreen_control.ts:43
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:51
Fired when fullscreen mode has ended.
fullscreenstart
fullscreenstart:
FullscreenEvent
Defined in: ui/control/fullscreen_control.ts:47
Fired when fullscreen mode has started.