Move interface
A mouse move action.
- Extends
Properties
| type | Specifies the event type. For a move action, this property is
always set to |
| x | The x-coordinate to move to. |
| y | The y-coordinate to move to. |
Property Details
type
Specifies the event type. For a move action, this property is
always set to move.
type: "move"
Property Value
"move"
x
The x-coordinate to move to.
x: number
Property Value
number
y
The y-coordinate to move to.
y: number
Property Value
number