Search
TreeViewNode.removeItem Method
See Also
 





Removes the specified item from the node.

Namespace: MindFusion.Diagramming
File: TreeViewNode.js

 Syntax

JavaScript  Copy Code

function removeItem (item)

 Parameters

item

TreeViewItem. The item to remove.

 See Also