Events

viewer2d.markerclick

Invoked when the user clicks a marker.

Example



Usage

JS
jQuery


Parameters

onMarkerClick

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