PortDataProvider<TEdgeData>

A provider for port data.

For more information, see PortData.

Props

NameDescriptionType
sourcePortAlignmentIds?
Provides ids to align the source ports of edges at the same node.
(edge: TEdgeData) => any
sourcePortCandidates?
Provides the sides of a node at which the edge should start.
(
edge: TEdgeData
) => PortSides[]
sourcePortGroupIds?
Provides ids to group edges at their source.
(edge: TEdgeData) => any
targetPortAlignmentIds?
Provides ids to align the target ports of edges at the same node.
(edge: TEdgeData) => any
targetPortCandidates?
Provides the sides of a node at which the edge should end.
(
edge: TEdgeData
) => PortSides[]
targetPortGroupIds?
Provides ids to group edges at their target.
(edge: TEdgeData) => any