• Retrieves the entry for a specific edge in a graph.

    Type Parameters

    • TGraph extends default<Attributes, Attributes, Attributes>

      The type of the graph.

    Parameters

    • graph: TGraph

      The graph object.

    • edge: string

      The identifier of the edge.

    Returns InferGraphEdgeEntry<TGraph>

    • The entry for the specified edge.

Generated using TypeDoc