interface
StateMouseEvent
extends TimelineEvent
Event generated in relation to mouse interactions on Timeline states.
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
- state
The applicable state.
- Type:
-
State