Search
DiagramNode.detach Method
See Also
 





Detaches this node from its current master node.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function detach ()

 Remarks

This method does nothing if the node hasn't been previously attached to another node via the attach or attachTo methods.

 See Also