ExpandViewModel

require(["esri/widgets/Expand/ExpandViewModel"], function(ExpandVM) { /* code goes here */ });
Class: esri/widgets/Expand/ExpandViewModel
Inheritance: ExpandViewModel Accessor
Since: ArcGIS API for JavaScript 4.3
beta

Provides the logic for the Expand widget.

See also:

Constructors

new ExpandViewModel(properties)

Parameter:
properties Object
optional

See the properties for a list of all the properties that may be passed into the constructor.

Property Overview

Any properties can be set, retrieved or listened to. See the Working with Properties topic.
NameTypeSummary
Boolean

Automatically collapses the expand widget instance when the view's viewpoint updates.

more details
more details
String

The name of the class.

more details
more details
Boolean

Whether the widget is currently expanded or not.

more details
more details
String

The view model's state.

more details
more details
MapView | SceneView

The view in which the Expand is used.

more details
more details

Property Details

autoCollapseBoolean

Automatically collapses the expand widget instance when the view's viewpoint updates.

Default Value: false

declaredClassStringreadonly

The name of the class. The declared class name is formatted as esri.folder.className.

expandedBooleanreadonly

Whether the widget is currently expanded or not.

Default Value: false

stateStringreadonly

The view model's state.

Known Values: ready | disabled

Default Value: disabled

The view in which the Expand is used.

API Reference search results

NameTypeModule

There were no match results from your search criteria.