Interfaces

GraphEdge

Interface: GraphEdge

Defined in: src/core-flow/Graph.ts:167

A directed dependency: from must finish before to starts.

Properties

from

readonly from: string

Defined in: src/core-flow/Graph.ts:168


to

readonly to: string

Defined in: src/core-flow/Graph.ts:169

On this page