IMouseEventArgs

12 Sep 20251 minute to read

Specifies the event arguments for the mouse events in circular gauge.

Properties

cancel boolean

Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

name string

Specifies the name of the event.

target Element

Specifies the element on which the mouse operation is performed.

x number

Specifies the x position of the target element in circular gauge.

y number

Specifies the y position of the target element in circular gauge.