ContextMenuProps<TDataItem>

The props provided by the context menu.

Props

NameDescriptionType
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>
renderMenu?
An optional component used for rendering a custom context menu.
ComponentType<
RenderContextMenuProps<TDataItem>
>