RenderProcessStepProps extends RenderProcessStepPropsBase<ProcessStep>
The props passed to the process mining component for rendering the process step.
Props
Name | Description | Type |
---|---|---|
dataItem | The data item to render. Defined in RenderProcessStepPropsBase | TDataItem |
detail | The detail level of the visualization. Use this value to implement level-of-detail rendering. Defined in RenderProcessStepPropsBase | ”low” | “high” |
focused | Whether the item is currently focused. Defined in RenderProcessStepPropsBase | boolean |
height | The height of the item. Defined in RenderProcessStepPropsBase | number |
hovered | Whether the item is currently being hovered. Defined in RenderProcessStepPropsBase | boolean |
selected | Whether the item is currently selected. Defined in RenderProcessStepPropsBase | boolean |
timestamp | The current timestamp of the ProcessMining component. | number |
width | The width of the item. Defined in RenderProcessStepPropsBase | number |