RenderPopupProps<TDataItem>

The props for rendering the popup.

Props

NameDescriptionType
item
The data item for which the popup was opened.
TDataItem
onClose
A function that closes the popup.
Function