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.
Constructors
- new UpdateWorkflowData()
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
Name | Type | Summary | Class | |
---|---|---|---|---|
Graphic[] | An array of features to be updated. more details | more details | UpdateWorkflowData | |
String | The name of the class. more details | more details | Accessor | |
EditableItem | The object that matches the feature being updated. more details | more details | UpdateWorkflowData | |
Edits | The edits used to keep track of a feature being modified. more details | more details | UpdateWorkflowData | |
EditorViewModel | The associated EditorViewModel for this workflow. more details | more details | UpdateWorkflowData |
Property Details
An array of features to be updated. This is only relevant when there are multiple candidates to update.
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.
- viewModel EditorViewModel
The associated EditorViewModel for this workflow.
Loading...