ButtonSelectEvent
Interface representing the event arguments for item selection in dropdown components.
Props
The following table outlines the props for the ButtonSelectEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | MouseEvent<HTMLLIElement, MouseEvent> | - | The original mouse event that triggered the selection. Contains information about the click event on the list item. |
| item | - | The data object representing the selected item. Contains properties like id, text, icon, and other attributes of the selected item. |