Skip to Content
GitHub X LinkedIn

Introduction

  • Welcome
  • Getting Started
  • Licensing

Features

  • Custom Step Visualization
  • Custom Transitions
  • Heatmap
  • Transition Events
  • Animation
  • Tooltips
  • Context Menu
  • Popup
  • Search
  • Events
  • Built-In Components
  • Hook & ProcessMiningProvider
  • Export Capabilities

Main Components

  • <ProcessMining/>
  • <ProcessMiningProvider/>

Components

  • <Controls/>
  • <Overview/>
  • <RenderHeatGauge/>
  • <RenderPopup/>
  • <RenderProcessStep/>
  • <RenderTooltip/>

Hooks

  • useProcessMiningContext()

Types

  • ActivityEvent
  • Arrow
  • CaseId
  • ContextMenuItem
  • ContextMenuItemAction
  • ContextMenuItemProvider
  • ContextMenuProps
  • ControlButton
  • ControlsButtonProvider
  • ControlsProps
  • ExportSettings
  • HeatData
  • ItemFocusedListener
  • ItemHoveredListener
  • ItemSelectedListener
  • LayoutDirection
  • LayoutOptions
  • OverviewProps
  • Position
  • PrintSettings
  • ProcessMiningModel
  • ProcessMiningProps
  • ProcessStep
  • RenderContextMenuProps
  • RenderControlsProps
  • RenderHeatGaugeProps
  • RenderPopupProps
  • RenderPopupPropsBase
  • RenderProcessStepProps
  • RenderProcessStepPropsBase
  • RenderTooltipProps
  • RenderTooltipPropsBase
  • SearchFunction
  • Transition
  • TransitionEventsClickedListener
  • TransitionStyle
  • TransitionStyleProvider

Functions

  • DefaultControlButtons
  • registerLicense

Introduction

  • Welcome
  • Getting Started
  • Licensing

Features

  • Custom Step Visualization
  • Custom Transitions
  • Heatmap
  • Transition Events
  • Animation
  • Tooltips
  • Context Menu
  • Popup
  • Search
  • Events
  • Built-In Components
  • Hook & ProcessMiningProvider
  • Export Capabilities

Main Components

  • <ProcessMining/>
  • <ProcessMiningProvider/>

Components

  • <Controls/>
  • <Overview/>
  • <RenderHeatGauge/>
  • <RenderPopup/>
  • <RenderProcessStep/>
  • <RenderTooltip/>

Hooks

  • useProcessMiningContext()

Types

  • ActivityEvent
  • Arrow
  • CaseId
  • ContextMenuItem
  • ContextMenuItemAction
  • ContextMenuItemProvider
  • ContextMenuProps
  • ControlButton
  • ControlsButtonProvider
  • ControlsProps
  • ExportSettings
  • HeatData
  • ItemFocusedListener
  • ItemHoveredListener
  • ItemSelectedListener
  • LayoutDirection
  • LayoutOptions
  • OverviewProps
  • Position
  • PrintSettings
  • ProcessMiningModel
  • ProcessMiningProps
  • ProcessStep
  • RenderContextMenuProps
  • RenderControlsProps
  • RenderHeatGaugeProps
  • RenderPopupProps
  • RenderPopupPropsBase
  • RenderProcessStepProps
  • RenderProcessStepPropsBase
  • RenderTooltipProps
  • RenderTooltipPropsBase
  • SearchFunction
  • Transition
  • TransitionEventsClickedListener
  • TransitionStyle
  • TransitionStyleProvider

Functions

  • DefaultControlButtons
  • registerLicense

RenderPopupProps extends RenderPopupPropsBase<ProcessStep | Transition>

The props passed to the process mining popup component for rendering the popup.

Props

NameDescriptionType
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
# RenderPopupProps extends RenderPopupPropsBase<ProcessStep | Transition>
# Props