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