Events
viewer2d.click
Invoked when the user clicks inside the viewer.
JS
jQuery
Function called when the user clicks inside the viewer.
Type |
---|
(event: Object) => Void |
event
Name | Type | Description |
---|---|---|
intersects | Object | Object below the cursor, undefined if none |
preventDefault | Function | Disable space selection for click event |
srcEvent | Object | Original DOM event |
intersects
Updated 12 Sep 2024
Did this page help you?