interface ViewportDoubleClickEvent extends TimelineEvent

Event generated when the viewport is double-clicked.

Properties
clientX, clientY, time

Properties

clientX

Horizontal coordinate of the mouse pointer, relative to the browser page.

Type:
number
clientY

Vertical coordinate of the mouse pointer, relative to the browser page.

Type:
number
time

Time matching with the coordinates of the mouse pointer.

Type:
number