Classes
Type Definitions
- 
    
Options{Object}
 - 
Properties:
Name Type Argument Default Description classNamestring <optional> 
'ol-full-screen' CSS class name.
labelstring | Text | HTMLElement <optional> 
'\u2922' Text label to use for the button. Instead of text, also an element (e.g. a
spanelement) can be used.labelActivestring | Text | HTMLElement <optional> 
'\u00d7' Text label to use for the button when full-screen is active. Instead of text, also an element (e.g. a
spanelement) can be used.activeClassNamestring <optional> 
className + '-true' CSS class name for the button when full-screen is active.
inactiveClassNamestring <optional> 
className + '-false' CSS class name for the button when full-screen is inactive.
tipLabelstring <optional> 
'Toggle full-screen' Text label to use for the button tip.
keysboolean <optional> 
false Full keyboard access.
targetHTMLElement | string <optional> 
Specify a target if you want the control to be rendered outside of the map's viewport.
sourceHTMLElement | string <optional> 
The element to be displayed fullscreen. When not provided, the element containing the map viewport will be displayed fullscreen.