import TemplateListItem from "@arcgis/core/editing/templates/TemplateListItem.js";const TemplateListItem = await $arcgis.import("@arcgis/core/editing/templates/TemplateListItem.js");- Inheritance
- TemplateListItem→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 5.1
The item displayed within the FeatureTemplates component.
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 |
|---|---|---|
| readonly inherited | ||
| readonly | | |
| readonly | | |
| readonly | | |
| | ||
| | ||
| |
description
readonly Property
- Type
- string
The description that is displayed for the template item. This defaults to the FeatureTemplate.description property of the template.
thumbnail
Property
- Type
- HTMLElement | undefined
An object used to create a thumbnail image that represents a feature type in the feature template.
- See also