Skip to content
import MergeFeaturesWorkflowData from "@arcgis/core/widgets/Editor/MergeFeaturesWorkflowData.js";
Inheritance:
MergeFeaturesWorkflowDataAccessor
Since
ArcGIS Maps SDK for JavaScript 4.34

This object contains data for the MergeFeaturesWorkflow. This is accessed via the property MergeFeaturesWorkflow.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

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.