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.

See also:

Property Overview

Any properties can be set, retrieved or listened to. See the Working with Properties topic.
NameTypeSummaryClass
String

The name of the class.

more details
more detailsAccessor
String

The group's description.

more details
more detailsInputFieldGroup
Boolean

The result of visibilityExpression.

more details
more detailsInputFieldGroup
InputField[]

The input fields belonging to this group.

more details
more detailsInputFieldGroup
String

The group's label.

more details
more detailsInputFieldGroup
String

Arcade expression to determine whether this group is visible or not

more details
more detailsInputFieldGroup
Boolean

The group's visibility.

more details
more detailsInputFieldGroup

Property Details

declaredClass Stringreadonly inherited

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 be undefined.

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.

API Reference search results

NameTypeModule
Loading...