MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramNode.getOutgoingLinks Method

See Also
 





Gets the outgoing links collection of this node.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getOutgoingLinks ()

 Return Value

An array with the outgoing DiagramLink-s.

 Remarks

Use this collection to get access to every link starting from the node, as well as get the number of such links.

 See Also