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