-
new AttributionViewModel(properties)
-
Parameter:properties Objectoptional
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 | Class | |
---|---|---|---|---|
String | The name of the class. more details | more details | Accessor | |
Collection<AttributionItem> | A collection of AttributionItems. more details | more details | AttributionViewModel | |
String | The view model's state. more details | more details | AttributionViewModel | |
MapView|SceneView | The view from which the view model will operate. more details | more details | AttributionViewModel |
Property Details
-
Since: ArcGIS API for JavaScript 4.7
-
The name of the class. The declared class name is formatted as
esri.folder.className
.
-
items Collection<AttributionItem>readonly
-
A collection of AttributionItems.
-
state Stringreadonly
-
The view model's state.
Possible Values:"disabled"|"ready"|"loading"
- Default Value:disabled
-
The view from which the view model will operate.