BasemapGalleryItem
Class:
esri/widgets/BasemapGallery/support/BasemapGalleryItem
Inheritance: BasemapGalleryItem Accessor
Since: ArcGIS API for JavaScript 4.3
The BasemapGalleryItem class represents one of the items in the BasemapGallery.
- See also:
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
Name | Type | Summary | Class | |
---|---|---|---|---|
Basemap | The item's associated basemap. more details | more details | BasemapGalleryItem | |
String | The name of the class. more details | more details | Accessor | |
Error | The Error object returned if an error occurred. more details | more details | BasemapGalleryItem | |
String | The item's state. more details | more details | BasemapGalleryItem | |
MapView|SceneView | The view associated with this item. more details | more details | BasemapGalleryItem |
Property Details
- basemap Basemap
The item's associated basemap.
- Since: ArcGIS API for JavaScript 4.7
The name of the class. The declared class name is formatted as
esri.folder.className
.
- error Errorreadonly
The Error object returned if an error occurred.
- state Stringreadonly
The item's state.
Possible Values: loading | ready | error
- Default Value:loading
The view associated with this item.
Loading...