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