Handles undo / redo of property changes.
Namespace: MindFusion.Diagramming
File: ChangeItemCommand.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksThe ChangeItemCommand constructor records the state of an item, and its undo and redo methods restore the item to either its old or new state.
ExampleSee executeCommand for an example showing how item's state is saved for later undo / redo.
Inheritance HierarchyMindFusion.Diagramming.Command
MindFusion.Diagramming.ChangeItemCommand
See Also