IMouseEventArgs

12 Sep 20251 minute to read

Properties

axisData { : }

Defines a collection of axis data, where the key is the axis name and the value is the axis value at the mouse location.

cancel boolean

Defines the event’s cancellation status.

name string

Defines the name of the event.

target string

Defines the ID of the element that is the target of the mouse event.

x number

Defines the x-coordinate of the mouse.

y number

Defines the y-coordinate of the mouse.