SupplyChainItem extends SupplyChainBaseItem

Props

NameDescriptionType
className?
The optional CSS class name that can be accessed in a custom component that renders the item.

Defined in SupplyChainBaseItem

string
height?
The optional render height of this item. If the height is not specified, it is determined by measuring the item visualization unless a default size is defined by SupplyChainProps.nodeSize.
number
id
The item’s unique id.
SupplyChainItemId
name?

Defined in SupplyChainBaseItem

string
parentId?
The parent id of this item. This id is used for grouping the graph.
SupplyChainItemId
style?
The optional CSS style that can be accessed in a custom component that renders the item.

Defined in SupplyChainBaseItem

CSSProperties
width?
The optional render width of this item. If the width is not specified, it is determined by measuring the item visualization unless a default size is defined by SupplyChainProps.nodeSize.
number