DoubleClickAction interface
A double click action.
- Extends
Properties
| type | Specifies the event type. For a double click action, this property is always set to |
| x | The x-coordinate where the double click occurred. |
| y | The y-coordinate where the double click occurred. |
Property Details
type
Specifies the event type. For a double click action, this property is always set to double_click.
type: "double_click"
Property Value
"double_click"
x
The x-coordinate where the double click occurred.
x: number
Property Value
number
y
The y-coordinate where the double click occurred.
y: number
Property Value
number