Skip to content

Both copy text to your clipboard — Build with AI copies a setup prompt to paste into Claude Code, Cursor, Codex or Copilot; Copy page as Markdown copies this page to paste into a chat. How it works

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.