MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramNode.getIncomingLinks Method

See Also
 





Gets the incoming links collection of this DiagramNode.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getIncomingLinks ()

 Return Value

An array with the incoming DiagramLink-s.

 Remarks

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

 See Also