Edits
require(["esri/widgets/Editor/Edits"], function(Edits) { /* code goes here */ });
Class:
esri/widgets/Editor/Edits
Inheritance: Edits Accessor
Since: ArcGIS API for JavaScript 4.15
This class supports the Editor widget. It helps keep track of feature edits. This is accessed via the CreateWorkflow.edits or UpdateWorkflow.edits property.
- See also:
Constructors
- new Edits(properties)
- Parameter:properties Objectoptional
See the properties for a list of all the properties that may be passed into the constructor.
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
Name | Type | Summary | Class | |
---|---|---|---|---|
String | The name of the class. more details | more details | Accessor | |
Graphic | The feature to be edited. more details | more details | Edits | |
Boolean | When true, the edited feature has been modified from its original state. more details | more details | Edits |
Property Details
The name of the class. The declared class name is formatted as
esri.folder.className
.
- feature Graphicreadonly
The feature to be edited.
- modified Booleanreadonly
When true, the edited feature has been modified from its original state.
Loading...