Search
NodeListView.getNodeAt Method
See Also
 






Gets the item at the specified location.

Namespace: MindFusion.Diagramming
File: NodeListView.js

 Syntax

JavaScript  Copy Code

function getNodeAt (point)

 Parameters

point

Point. The location where to look.

 Return Value

DiagramNode. The item found.

 See Also