SupplyChainContextMenuItems()
Default context menu items for the context menu component that include the standard supply chain actions.
function SupplyChain() {
return (
<SupplyChain data={data} contextMenuItems={SupplyChainContextMenuItems}></SupplyChain>
)
}
Parameters
| Name | Description | Type |
|---|---|---|
item | The item to provide the items for. | SupplyChainItem |
Returns
| Type | Description |
|---|---|
ContextMenuItem< | Returns an array of context menu items. |