Type alias InferGraphAttributes<TGraph>

InferGraphAttributes<TGraph>: TGraph extends Graph<any, any, infer TGraphAttributes>
    ? TGraphAttributes
    : never

Type Parameters

  • TGraph extends Graph

Generated using TypeDoc