ClickEvent
An interface that holds clicked ListView item details.
Props
The following table outlines the props for the ClickEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| data | { [key: string]: Object } | - | Specifies the clicked list item data. |
| event | MouseEvent | KeyboardEvent | - | Specifies the DOM event object triggered by the user's interaction through mouse or keyboard. |
| name | string | - | Specifies name of the event. |