InputFieldGroup
Class:
esri/widgets/FeatureForm/InputFieldGroupInheritance: InputFieldGroup Accessor
Since: ArcGIS API for JavaScript 4.10
This is a read-only support class that represents a group of input fields.
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 | |
| String | The group's description. more details | more details | InputFieldGroup | |
| InputField[] | The input fields belonging to this group. more details | more details | InputFieldGroup | |
| String | The group's label. more details | more details | InputFieldGroup | |
| Boolean | The group's visibility. more details | more details | InputFieldGroup |
Property Details
The name of the class. The declared class name is formatted as
esri.folder.className.
- descriptionString
The group's description.
- inputFieldsreadonly
The input fields belonging to this group.
- labelStringreadonly
The group's label.
- visibleBooleanreadonly
The group's visibility.
Loading...