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

RenderTooltipProps extends RenderTooltipPropsBase<ProcessStep | Transition>

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

Props

NameDescriptionType
data
The data item for which the tooltip should be rendered.

Defined in RenderTooltipPropsBase

TDataItem
timestamp
The current timestamp of the ProcessMining component.
number
# RenderTooltipProps extends RenderTooltipPropsBase<ProcessStep | Transition>
# Props