import GroupInput from "@arcgis/core/widgets/BatchAttributeForm/inputs/GroupInput.js";const GroupInput = await $arcgis.import("@arcgis/core/widgets/BatchAttributeForm/inputs/GroupInput.js");- Since
- ArcGIS Maps SDK for JavaScript 4.33
This is a read-only class that works with grouped BatchAttributeForm inputs.
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| 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.
| Property | Type | Class |
|---|---|---|
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 | |
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.
layers
readonlyinherited Property
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:
- FeatureLayer
- GeoJSONLayer
- SceneLayer (with
featureLayerproperty) - SubtypeSublayer
- OrientedImageryLayer
- KnowledgeGraphSublayer
open
readonly Property
- Type
- boolean
Indicates whether the group should be expanded or collapsed.
- Default value
- true
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.