CreateWorkflowData
require(["esri/widgets/Editor/CreateWorkflowData"], function(CreateWorkflowData) { /* code goes here */ });
Class:
esri/widgets/Editor/CreateWorkflowData
Inheritance: CreateWorkflowData Accessor
Since: ArcGIS API for JavaScript 4.15
This object supports the Editor widget. It contains data for the CreateWorkflow. This is accessed via the Workflow.data.
Constructors
- new CreateWorkflowData()
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
Name | Type | Summary | Class | |
---|---|---|---|---|
CreationInfo | This provides the feature template and layer when creating a new feature. more details | more details | CreateWorkflowData | |
String | The name of the class. more details | more details | Accessor | |
Edits | The edits used to keep track of a feature being modified. more details | more details | CreateWorkflowData | |
EditorViewModel | The associated EditorViewModel for this workflow. more details | more details | CreateWorkflowData |
Property Details
- creationInfo CreationInfo
This provides the feature template and layer when creating a new feature.
The name of the class. The declared class name is formatted as
esri.folder.className
.
- viewModel EditorViewModel
The associated EditorViewModel for this workflow.
Loading...