MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramNode.getAttachedNodes Method

See Also
 





Returns the nodes attached to this node.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getAttachedNodes ()

 Return Value

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

 See Also