Attaches this node to the specified master node so that when the master is moved, the attached node follows it.
Namespace: MindFusion.Diagramming
File: DiagramNode.js
JavaScript Copy Code |
---|
function attachTo (node) |
A DiagramNode instance specifying the master node.
Layout algorithms can treat a group of attached nodes either as a single node to be placed in the arranged graph, or as distinct nodes whose final positions are set independently from the initial group layout. This is controlled via the keepGroupLayout property.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |