dojo.require("esri.dijit.editing.editOperation");
Description
(Added at v2.2)
This class is used with the
UndoManager
to provide undo/redo functionality of
Cut
operations when editing.
Samples
Search for
samples that use this class.
Class hierarchy
esri/dijit/editing.OperationBase
|_esri/dijit/editing.Cut
Constructors
Properties
label | String | Details about the operation, for example: "Update" may be the label for an edit operation that updates features. |
type | String | The type of operation, for example: "edit" or "navigation". |
Methods
Constructor Details
Create a new Cut operation. Cut is a combination of the Add and Update operations.
Parameters:
<Object > params |
Required |
See options list for parameters. |
params
properties:
<Graphic[] > addedGraphics |
Optional |
The feature(s) added to the feature layer by the cut operation. |
<FeatureLayer > featureLayer |
Optional |
The feature layer that contains the cut feature(s). |
<Graphic[] > postUpdatedGraphics |
Optional |
The updated feature(s). |
<Graphic[] > preUpdatedGraphics |
Optional |
The feature(s) before the cut operation is performed. |
Property Details
Details about the operation, for example: "Update" may be the label for an edit operation that updates features.
The type of operation, for example: "edit" or "navigation".
Method Details
Redo the current operation.
Undo the current operation.