import FullscreenViewModel from "@arcgis/core/widgets/Fullscreen/FullscreenViewModel.js";const FullscreenViewModel = await $arcgis.import("@arcgis/core/widgets/Fullscreen/FullscreenViewModel.js");- Inheritance:
- FullscreenViewModel→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 4.6
Provides the logic for the Fullscreen widget.
- See also
Fullscreen component
Fullscreen widget - Deprecated since 4.32. Use the Fullscreen component instead.
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
See the properties table for a list of all the
properties that may be passed into the constructor.
Properties
Any properties can be set, retrieved or listened to. See the
Watch for changes
topic.
| Property | Type | Class |
|---|---|---|
declaredClass readonly inherited | ||
| | ||
state readonly | | |
| |
view
Property
- Type
- MapViewOrSceneView | null | undefined
The view associated with the widget instance.