# ClickParam
## Properties
**r#type** | **String** | Specifies the event type. For a click action, this property is always `click`. |
**button** | [**models::ClickButtonType**](ClickButtonType.md) | |
**x** | **i32** | The x-coordinate where the click occurred. |
**y** | **i32** | The y-coordinate where the click occurred. |
**keys** | Option<**Vec<String>**> | The keys being held while clicking. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)