PortDataProvider<TEdgeData>
A provider for port data.
For more information, see PortData.
Props
Name | Description | Type |
---|---|---|
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. | ( |
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. | ( |
targetPortGroupIds? | Provides ids to group edges at their target. | (edge: TEdgeData) => any |