Skip to content
import UpdateWorkflowData from "@arcgis/core/widgets/Editor/UpdateWorkflowData.js";
Inheritance:
UpdateWorkflowDataAccessor
Since
ArcGIS Maps SDK for JavaScript 4.15

This object supports the Editor widget. It contains data for the UpdateWorkflow. This is accessed via the UpdateWorkflow.data.

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

candidates

Property
Type
Graphic[]

An array of features to be updated. This is only relevant when there are multiple candidates to update.

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor

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

viewModel

Property
Type
EditorViewModel

The associated EditorViewModel for this workflow.