This is a read-only support class that represents a group of input fields.
- See also:
Property Overview
Name | Type | Summary | Class | |
---|---|---|---|---|
String | more details The name of the class. | more details | Accessor | |
String | more details The group's description. | more details | InputFieldGroup | |
Boolean | more details The result of | more details | InputFieldGroup | |
String | more detailsPossible Values:"expanded"|"collapsed" | more details | InputFieldGroup | |
InputField[] | more details The input fields belonging to this group. | more details | InputFieldGroup | |
String | more details The group's label. | more details | InputFieldGroup | |
String | more details Arcade expression to determine whether this group is visible or not. | more details | InputFieldGroup | |
Boolean | more details The group's visibility. | 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
.
-
initialState String
-
Possible Values:"expanded"|"collapsed"
- Default Value:"expanded"
-
inputFields InputField[]readonly
-
The input fields belonging to this group.
-
label Stringreadonly
-
The group's label.
-
visibilityExpression StringDeprecated Since 4.23. Use groupElement.visibilityExpression
-
Arcade expression to determine whether this group is visible or not.
- Default Value:null
-
visible Booleanreadonly
-
The group's visibility.