ItemHoveredListener<ProcessStep>

A callback type invoked when the hovered item has changed.

Type
(
item: ProcessStep | null,
oldItem?: ProcessStep | null
) => void