Finds and returns the topmost DiagramItem found at the specified location.
Namespace: MindFusion.Diagramming
File: 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.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |