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

    Type Parameters

    • TGraph extends default<Attributes, Attributes, Attributes>

      The type of the graph.

    Parameters

    • graph: TGraph

      The graph to retrieve the node entry from.

    • node: string

      The name of the node.

    Returns InferGraphNodeEntry<TGraph>

    The entry for the specified node.

Generated using TypeDoc