Search
DiagramNode.attachedNodes Property
See Also
 





Returns the nodes attached to this node.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

get attachedNodes() {}

 Property Value

Array

An array of nodes attached to this node via the attach or attachTo methods.

 See Also