MindFusion.Diagramming for JavaScript Programmer's Guide

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

The node that should be removed from the container.

 See Also