Provides the logic for the Expand widget.
Constructors
new ExpandViewModel(properties)
Parameter:
| properties Object 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.
| Name | Type | Summary | |
|---|---|---|---|
| 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.