Skip to content
import TextElementInput from "@arcgis/core/widgets/BatchAttributeForm/inputs/TextElementInput.js";
Inheritance:
TextElementInputSingleFeatureInput<any>InputBaseAccessor
Since
ArcGIS Maps SDK for JavaScript 5.0

This is a read-only support class that represents a text element in a BatchAttributeForm.

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
feature
readonly inherited
group
readonly
label
readonly inherited
layer
readonly inherited
layers
readonly inherited
text
readonly
type
readonly
"text"
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

readonlyinherited Property
Type
Graphic | null | undefined
Inherited from: SingleFeatureInput

The single feature associated with this form element.

See also

group

readonly Property
Type
GroupInput | null

The group containing the text element input.

label

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

The input's label.

layer

readonlyinherited Property
Type
AttributeFormSupportedLayerUnion | null | undefined
Inherited from: SingleFeatureInput

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

text

readonly Property
Type
string

The processed text, compiled and with expressions replaced with values.

type

readonly Property
Type
"text"

The type of input.

visible

readonlyinherited Property
Type
boolean
Inherited from: InputBase

Indicates whether the input is visible.