Skip to content

FullscreenControlOptions

FullscreenControlOptions = object

Defined in: src/ui/control/fullscreen_control.ts:12

The FullscreenControl options object

Properties

container?

optional container: HTMLElement

Defined in: src/ui/control/fullscreen_control.ts:16

container is the compatible DOM element which should be made full screen. By default, the map container element will be made full screen.