Skip to content
import GroupInput from "@arcgis/core/widgets/BatchAttributeForm/inputs/GroupInput.js";
Inheritance:
GroupInputInputBase<any>Accessor
Since
ArcGIS Maps SDK for JavaScript 4.33

This is a read-only class that works with grouped BatchAttributeForm inputs.

See also

Constructors

Constructor

Constructor
Parameters
ParameterTypeDescriptionRequired
properties
See the properties table for a list of all the properties that may be passed into the constructor.

Properties

Any properties can be set, retrieved or listened to. See the Watch for changes topic.
PropertyTypeClass
declaredClass
readonly inherited
description
readonly inherited
existsInAllLayers
readonly inherited
inputs
readonly
ReadonlyArray<GroupableInput>
label
readonly inherited
layers
readonly inherited
open
readonly
type
readonly
"group"
visible
readonly

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor

The name of the class. The declared class name is formatted as esri.folder.className.

description

readonlyinherited Property
Type
string | null | undefined
Inherited from: InputBase

The input's description.

existsInAllLayers

readonlyinherited Property
Type
boolean
Inherited from: InputBase

Indicates whether the input pertains to all the features in the BatchAttributeForm in which the input belongs.

Default value
true

inputs

readonly Property
Type
ReadonlyArray<GroupableInput>

An array of field inputs and text element inputs contained within the group.

label

readonlyinherited Property
Type
string | null | undefined
Inherited from: InputBase

The input's label.

layers

readonlyinherited Property
Type
AttributeFormSupportedLayerUnion[]
Inherited from: InputBase

An array of layers included in the BatchAttributeForm. Each layer must support feature editing and field access.

The following layer types are supported:

See also

open

readonly Property
Type
boolean

Indicates whether the group should be expanded or collapsed.

Default value
true

type

readonly Property
Type
"group"

The type of input.

visible

readonly Property
Type
boolean

Indicates whether the GroupInput is visible. For this property to be true, the group, on its own, must be visible and contain at least one child input that is visible.