Interfaces

GraphEdge

Interface: GraphEdge

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

A directed dependency: from must finish before to starts.

Properties

from

readonly from: string

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


to

readonly to: string

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

On this page