import Edits from "@arcgis/core/widgets/Editor/Edits.js";const Edits = await $arcgis.import("@arcgis/core/widgets/Editor/Edits.js");- Inheritance:
- Edits→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 4.15
This class supports the Editor widget. It helps keep track of updated feature edits.
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| 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.
modified
readonly Property
- Type
- boolean
When true, the feature has been modified from its original state. This includes staging the feature for delete.