ConnectionStyleProvider<TOrgChartItem extends OrgChartItem>

A function type that provides connection styles between two items in an organization chart. The source/target represents the start/end item of the connection, respectively.

Type
(
source: TOrgChartItem,
target: TOrgChartItem
) => ConnectionStyle | undefined