FullscreenButtonViewModel
external class FullscreenButtonViewModel(var fullscreenElement: Element = definedExternally, container: Element? = definedExternally)(source)
The view model for FullscreenButton.
Parameters
container
The DOM element that will contain the widget.
See also
Properties
Link copied to clipboard
The element or id to be placed into fullscreen mode. Default value - document.body
Link copied to clipboard
Gets whether or not fullscreen mode is active. This property is observable.
Link copied to clipboard
Gets or sets whether or not fullscreen functionality should be enabled. This property is observable.