Search
Diagram.removeItem Method
See Also
 





Removes the specified item from the Diagram.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function removeItem (item)

 Parameters

item
The DiagramItem to be removed.

 Remarks

The Diagram object calls this method automatically when users delete items. Classes that inherit Diagram can override it to implement some additional processing, but in any case they must call the base method.

 See Also