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.

Property Overview

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

This provides the feature template and layer when creating a new feature.

more details
more detailsCreateWorkflowData
String

The name of the class.

more details
more detailsAccessor
Edits

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

more details
more detailsCreateWorkflowData
EditorViewModel

The associated EditorViewModel for this workflow.

more details
more detailsCreateWorkflowData

Property Details

creationInfo CreationInfo

This provides the feature template and layer when creating a new feature.

declaredClass Stringreadonly inherited

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

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...