InputFieldGroup
Class:
esri/widgets/FeatureForm/InputFieldGroup
Inheritance: 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 | |
Boolean | The result of | 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 | |
String | Arcade expression to determine whether this group is visible or not 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
.
- description String
The group's description.
- evaluatedVisibility Booleanreadonly
The result of
visibilityExpression
.Note, if
visibilityExpression
is not defined, the value of this property will beundefined
.
- inputFields InputField[]readonly
The input fields belonging to this group.
- label Stringreadonly
The group's label.
- visibilityExpression String
Arcade expression to determine whether this group is visible or not
- Default Value:null
- visible Booleanreadonly
The group's visibility.
Loading...