Search
Diagram.getNodeAt Method
See Also
 





Finds and returns the topmost DiagramNode found at the specified location.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function getNodeAt (point, [onlyInteractive])

 Parameters

point

A Point instance identifying a diagram location.

onlyInteractive
Optional.

true to return only items that can be interacted with; otherwise, false.

 Return Value

The topmost DiagramNode found at the given location or null if no DiagramNode has been found.

 See Also