Type alias ExtractNodeAttributes<TGraph, K>

ExtractNodeAttributes<TGraph, K>: Extract<InferGraphNode<TGraph>, ObjectWithTypeFieldGeneric<K>> extends never
    ? DefaultNodeEntry<TGraph>
    : Extract<InferGraphNode<TGraph>, ObjectWithTypeFieldGeneric<K>>

Type Parameters

  • TGraph extends Graph

  • K

Generated using TypeDoc