Type Alias FullscreenControlOptions
Index
Properties
Properties
Optionalcontainer
container?: HTMLElement
container is the compatible DOM element which should be made full screen. By default, the map container element will be made full screen.
Optionalpseudo
pseudo?: boolean
If true, the fullscreen control will always use pseudo fullscreen mode (CSS-based, expanding to browser viewport) instead of native fullscreen API.
This can be useful for faster transitions and to allow multiple maps to be "fullscreen" simultaneously in different browser windows.
Was this helpful?
The FullscreenControl options object