TemplateItemGroup
require(["esri/widgets/FeatureTemplates/TemplateItemGroup"], function(TemplateItemGroup) { /* code goes here */ });
Class:
esri/widgets/FeatureTemplates/TemplateItemGroup
Inheritance: TemplateItemGroup Accessor
Since: ArcGIS API for JavaScript 4.10
This is a read-only support class that represents a group of items displayed within the FeatureTemplates widget.
Constructors
- new TemplateItemGroup(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 | |
TemplateItem[] | An array of TemplateItems grouped to display in the FeatureTemplates widget. more details | more details | TemplateItemGroup | |
String | The label displayed in the FeatureTemplates widget indicating the grouped TemplateItems. more details | more details | TemplateItemGroup |
Property Details
The name of the class. The declared class name is formatted as
esri.folder.className
.
- items TemplateItem[]readonly
An array of TemplateItems grouped to display in the FeatureTemplates widget.
- label Stringreadonly
The label displayed in the FeatureTemplates widget indicating the grouped TemplateItems.
Loading...