Search
ContainerNode.remove Method
See Also
 





Removes a node from this container.

Namespace: MindFusion.Diagramming
File: ContainerNode.js

 Syntax

JavaScript  Copy Code

function remove (node)

 Parameters

node

DiagramNode. The node that should be removed from the container.

 See Also