Events
viewer2d.markerclick
Invoked when the user clicks a marker.
JS
jQuery
Function called when the user clicks a marker.
Type |
---|
(event: Object) => Void |
event
Name | Type | Description |
---|---|---|
marker | Object | Marker below the cursor |
srcEvent | Object | Original DOM event |
marker
The marker the user clicked.
Name | Type | Description |
---|---|---|
color | String | Color of the marker |
data | Object | Data included with the marker when added |
id | String | Id of the marker |
text | String | Optional text label displayed alongside the marker |
x | Number | X coordinate of the marker in pixels |
y | Number | Y coordinate of the marker in pixels |
Updated 12 Sep 2024
Did this page help you?