Skip to content
import Edits from "@arcgis/core/widgets/Editor/Edits.js";
Inheritance:
EditsAccessor
Since
ArcGIS Maps SDK for JavaScript 4.15

This class supports the Editor widget. It helps keep track of updated feature edits.

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
feature
readonly
modified
readonly

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor

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

feature

readonly Property
Type
Graphic | null | undefined

The feature to be edited.

modified

readonly Property
Type
boolean

When true, the feature has been modified from its original state. This includes staging the feature for delete.