Interfaces
GraphEdge
Interface: GraphEdge
Defined in: src/core-flow/Graph.ts:166
A directed dependency: from must finish before to starts.
Properties
from
readonlyfrom:string
Defined in: src/core-flow/Graph.ts:167
to
readonlyto:string
Defined in: src/core-flow/Graph.ts:168
