Function mapFilterEdgeEntries

  • Maps and filters the entries of the edges in a graph. Converts edges into entries for the callback function.

    Type Parameters

    • TGraph extends default<Attributes, Attributes, Attributes>

      The type of the graph.

    • TReturn

      The type of the returned values.

    Parameters

    Returns Exclude<TReturn, undefined>[]

    • An array of the mapped and filtered edge entries.

    Throws

    • If the arguments are invalid.

Generated using TypeDoc