Type Parameters
TNode extends Attributes
TEdge extends Attributes
Parameters
selfKey: string
edge: EdgeEntry<TNode, TEdge> | [edge: string, attributes: TEdge, source: string, target: string, sourceAttributes: TNode, targetAttributes: TNode, undirected: boolean]
Returns EdgeEntry<TNode, TEdge>
The aligned and mapped edge.
Aligns an edge and maps it to an object.