MenuSelectEvent
Interface for select event arguments when an item is selected from the Menu.
Props
The following table outlines the props for the MenuSelectEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | React.SyntheticEvent | - | Specifies the React synthetic event triggered by the user interaction. |
| item | - | Specifies the current item data |