RenderPopup
A default template for the process mining popup that shows the label of the process step or transition the heat, and the capacity value.
function App() {
return (
<ProcessMining eventLog={eventLog} renderPopup={RenderPopup}></ProcessMining>
)
}
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 |