Search
Selection.removeItem Method
See Also
 






Removes an item from the Diagram.

Namespace: MindFusion.Diagramming
File: Selection.js

 Syntax

JavaScript  Copy Code

function removeItem (item)

 Parameters

item
The item to add.

 Remarks

Call this method to deselect an item. Note that the item is not deleted, but just removed from the selection.

 See Also