import BasemapGalleryItem from "@arcgis/core/widgets/BasemapGallery/support/BasemapGalleryItem.js";const BasemapGalleryItem = await $arcgis.import("@arcgis/core/widgets/BasemapGallery/support/BasemapGalleryItem.js");- Inheritance:
- BasemapGalleryItem→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 4.3
The BasemapGalleryItem class represents one of the BasemapGalleryViewModel.items in the BasemapGallery.
- See also
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 | ||
error readonly | | |
state readonly | | |
uid readonly inherited | ||
| |
uid
readonlyinherited Property
- Type
- string
Inherited from: IdentifiableMixin
- Since
- ArcGIS Maps SDK for JavaScript 4.33
An automatically generated unique identifier assigned to the instance. The unique id is generated each time the application is loaded.