ItemFocusedListener<TOrgChartItem extends OrgChartItem>

A callback type invoked when an item has been focused.

Type
(
item: TOrgChartItem | null
) => void