ItemFocusedListener<TSupplyChainItem extends SupplyChainBaseItem>

A callback type invoked when an item has been focused.

Type
(
item: TSupplyChainItem | null
) => void