Interfaces

GraphCheckup

Interface: GraphCheckup

Defined in: src/lib/injection-engine/skillGraphCheckup.ts:39

Result of graph.checkup(). ok is false iff there is ≥1 error.

Properties

ok

readonly ok: boolean

Defined in: src/lib/injection-engine/skillGraphCheckup.ts:40


problems

readonly problems: readonly GraphProblem[]

Defined in: src/lib/injection-engine/skillGraphCheckup.ts:41

On this page