# ClickParam
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)