ItemSelectedListener<TSupplyChainItem extends SupplyChainBaseItem>

A callback type invoked when an item has been selected or deselected.

Type
(
selectedItems: TSupplyChainItem[]
) => void