Search
RemoveItemCommand Constructor
See Also
 





Initializes a new instance of the RemoveItemCommand class.

Namespace: MindFusion.Diagramming
Package: RemoveItemCommand.js

 Syntax

JavaScript  Copy Code

function RemoveItemCommand (diagram, item)

 Parameters

diagram

The Diagram modified by this command.

item

A DiagramItem that should be removed from the Diagram.

 See Also