RenderSupplyChainTooltip<TSupplyChainItem extends SupplyChainItem, TSupplyChainConnection extends SupplyChainConnection>

A default template for the supply chain’s tooltip that shows the name or id property of the data item and a data-grid of the properties.

function SupplyChainComponent() {
  return (
    <SupplyChain data={data} renderTooltip={RenderSupplyChainTooltip}></SupplyChain>
  )
}

Props

RenderTooltipProps

NameDescriptionType
data
The data item for which the tooltip should be rendered.
TDataItem