# DoubleClickAction
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | Specifies the event type. For a double click action, this property is always set to `double_click`. |
**x** | **i32** | The x-coordinate where the double click occurred. |
**y** | **i32** | The y-coordinate where the double click occurred. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)