Home > @jsplumbtoolkit/core > UpdateAction
#
UpdateAction classSignature:
export declare class UpdateAction implements UndoRedoAction
Implements: UndoRedoAction
#
ConstructorsConstructor | Modifiers | Description |
---|---|---|
(constructor)(obj, originalData, toolkit) | Constructs a new instance of the UpdateAction class |
#
PropertiesProperty | Modifiers | Type | Description |
---|---|---|---|
newData | any | ||
obj | Node | Port | Group | Edge | ||
originalData | any | ||
toolkit | JsPlumbToolkit |
#
MethodsMethod | Modifiers | Description |
---|---|---|
hasDeltas() | ||
redo() | ||
undo() |