UpdateWorkflowData

require(["esri/widgets/Editor/UpdateWorkflowData"], function(UpdateWorkflowData) { /* code goes here */ });
Class: esri/widgets/Editor/UpdateWorkflowData
Inheritance: UpdateWorkflowData Accessor
Since: ArcGIS API for JavaScript 4.15

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

Property Overview

Any properties can be set, retrieved or listened to. See the Working with Properties topic.
NameTypeSummaryClass
Graphic[]

An array of features to be updated.

more details
more detailsUpdateWorkflowData
String

The name of the class.

more details
more detailsAccessor
EditableItem

The object that matches the feature being updated.

more details
more detailsUpdateWorkflowData
Edits

The edits used to keep track of a feature being modified.

more details
more detailsUpdateWorkflowData
EditorViewModel

The associated EditorViewModel for this workflow.

more details
more detailsUpdateWorkflowData

Property Details

candidates Graphic[]

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

declaredClass Stringreadonly inherited

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

editableItem EditableItem

The object that matches the feature being updated.

edits Edits

The edits used to keep track of a feature being modified.

viewModel EditorViewModel

The associated EditorViewModel for this workflow.

API Reference search results

NameTypeModule
Loading...