import SingleFeatureInput from "@arcgis/core/widgets/BatchAttributeForm/inputs/SingleFeatureInput.js";const SingleFeatureInput = await $arcgis.import("@arcgis/core/widgets/BatchAttributeForm/inputs/SingleFeatureInput.js");- Subclasses:
- TextElementInput
- Since
- ArcGIS Maps SDK for JavaScript 5.0
A read-only class used by TextElementInput and used within the BatchAttributeForm.
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 | ||
feature readonly | | |
label readonly inherited | ||
layer readonly | | |
layers readonly inherited | ||
visible readonly inherited |
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
layer
readonly Property
Identifies the single feature layer associated with this form element. The layer must support feature editing and field access.
The following layer types are supported:
- FeatureLayer
- GeoJSONLayer
- SceneLayer (with
featureLayerproperty) - SubtypeSublayer
- OrientedImageryLayer
- KnowledgeGraphSublayer
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