Function mapCallbackParametersToEdgeEntry

  • Maps edge iteration args into an edge entry.

    Type Parameters

    • TNode extends Attributes

      The type of attributes for the graph nodes.

    • TEdge extends Attributes

      The type of attributes for the graph edges.

    Parameters

    • parameters: [edge: string, attributes: TEdge, source: string, target: string, sourceAttributes: TNode, targetAttributes: TNode, undirected: boolean]

      The callback parameters to be mapped.

    Returns EdgeEntry<TNode, TEdge>

    The mapped edge entry.

Generated using TypeDoc