ContextMenuProps<TDataItem>
The props provided by the context menu.
Props
Name | Description | Type |
---|---|---|
extraProps? | Optional global props that get passed to the context-menu component | Record<string, any> |
A function specifying the context menu items for a data item. | ContextMenuItemProvider<TDataItem> | |
An optional component used for rendering a custom context menu. | ComponentType< |