RenderContextMenuProps<TDataItem>
The props for rendering the context menu.
Props
Name | Description | Type |
---|---|---|
item | The data item for which the context menu was opened, or null. | TDataItem | null |
The menu items to be rendered. | ContextMenuItem<TDataItem>[] | |
onClose | A function that closes the context menu. | Function |