Events
viewer3d.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 |
srcEvent | Object | Original DOM event |
intersects
Updated 13 Sep 2024
Did this page help you?