ItemHoveredListener<TOrgChartItem extends OrgChartItem>

A callback type invoked when the hovered item has changed.

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