Finds and returns the topmost DiagramItem found at the specified location.
Namespace: MindFusion.Diagramming
Package: Diagram.js
JavaScript Copy Code |
---|
function getItemAt (point, [onlyInteractive]) |
A Point instance identifying a diagram location.
true to return only items that can be interacted with; otherwise, false.
The topmost DiagramItem found at the given location or null if no DiagramItem has been found.