Initializes a new instance of the ChangeItemCommand class.
Namespace: MindFusion.Diagramming
File: ChangeItemCommand.js
SyntaxJavaScript
Copy Code
|
|---|
function ChangeItemCommand (diagram, item) |
The Diagram modified by this command.
The DiagramItem that will be modified.
See Also