Events
viewer2d.contextmenu
Invoked when the user performs a right click inside the viewer.
JS
jQuery
Function called when the user performs a right click 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 right click event |
srcEvent | Object | Original DOM event |
intersects
Updated 12 Sep 2024
Did this page help you?