Type Alias NodeMap

NodeMap: { nodes: Record<string, AssemblyNode>; roots: string[] }

Node map with root ids and node dictionary.

Type declaration

  • nodes: Record<string, AssemblyNode>

    Node dictionary keyed by node id.

  • roots: string[]

    Root node ids.