MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.getLinksAt Method

See Also
 





Finds and returns an array of the diagram DiagramLink-s found at the specified location.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getLinksAt (point)

 Parameters

point

instance identifying a diagram location.

 Return Value

Array of the DiagramLink-s found at the given location or null if no DiagramLink-s have been found. The links are arranged according to their Z-index.

 See Also