Type alias FullscreenControlOptions

FullscreenControlOptions: {
    container?: HTMLElement;
}

The FullscreenControl options object

Type declaration

  • Optional 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.