RenderPopupProps extends RenderPopupPropsBase<ProcessStep | Transition>
The props passed to the process mining popup component for rendering the popup.
Props
Name | Description | Type |
---|---|---|
item | The data item for which the popup was opened. Defined in RenderPopupPropsBase | TDataItem |
onClose | A function that closes the popup. Defined in RenderPopupPropsBase | Function |
timestamp | The current timestamp of the ProcessMining component. | number |