Detaches this node from its current master node.
Namespace: MindFusion.Diagramming
File: DiagramNode.js
SyntaxJavaScript
Copy Code
|
|---|
function detach () |
RemarksThis method does nothing if the node hasn't been previously attached to another node via the attach or attachTo methods.
See Also