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
readonlyok:boolean
Defined in: src/lib/injection-engine/skillGraphCheckup.ts:40
problems
readonlyproblems: readonlyGraphProblem[]
Defined in: src/lib/injection-engine/skillGraphCheckup.ts:41
