Interfaces

ProjectedWalk

Interface: ProjectedWalk

Defined in: src/core/runbook/walk.ts:55

The pure projection result — rows plus truthful counters.

Properties

complete

readonly complete: boolean

Defined in: src/core/runbook/walk.ts:60


projection

readonly projection: "full" | "control-flow"

Defined in: src/core/runbook/walk.ts:57


rows

readonly rows: readonly WalkRow[]

Defined in: src/core/runbook/walk.ts:56


shown

readonly shown: number

Defined in: src/core/runbook/walk.ts:58


total

readonly total: number

Defined in: src/core/runbook/walk.ts:59

On this page