Skip to content
import SingleFeatureInput from "@arcgis/core/widgets/BatchAttributeForm/inputs/SingleFeatureInput.js";
Inheritance:
SingleFeatureInputInputBase<Template>Accessor
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.
PropertyTypeClass
declaredClass
readonly inherited
description
readonly inherited
existsInAllLayers
readonly inherited
feature
readonly
label
readonly inherited
layer
readonly
layers
readonly inherited
visible
readonly inherited

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor
Since
ArcGIS Maps SDK for JavaScript 4.7

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

feature

readonly Property
Type
Graphic | null | undefined

The single feature associated with this form element.

See also

label

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

The input's label.

layer

readonly Property
Type
AttributeFormSupportedLayerUnion | null | undefined

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:

See also

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

visible

readonlyinherited Property
Type
boolean
Inherited from: InputBase

Indicates whether the input is visible.