Skip to content

ecsia-monorepo / devtools/src / PlanExplain

Interface: PlanExplain

Defined in: devtools/src/types.ts:133

The whole-plan explanation — the WHY of the schedule, plain + serializable (waves ).

Properties

waves

ts
readonly waves: readonly WaveExplain[];

Defined in: devtools/src/types.ts:134


conflicts

ts
readonly conflicts: readonly ConflictExplain[];

Defined in: devtools/src/types.ts:135


pinned

ts
readonly pinned: readonly PinExplain[];

Defined in: devtools/src/types.ts:136

MIT licensed · 0.x, unpublished, experimental.