LoopOptions
Interface: LoopOptions
Defined in: src/core-flow/Loop.ts:39
Properties
groupTranslator?
readonlyoptionalgroupTranslator?:GroupTranslator<unknown>
Defined in: src/core-flow/Loop.ts:57
Optional per-COMPOSITION translator (UI-agnostic). See
core/translator.ts. When attached, runner.getUIGroup() invokes
it with the Loop's GroupMetadata (kind 'Loop', id, name, body
as the single member, plus iteration budgets in extra).
Returns undefined when omitted.
id?
readonlyoptionalid?:string
Defined in: src/core-flow/Loop.ts:41
name?
readonlyoptionalname?:string
Defined in: src/core-flow/Loop.ts:40
structureRecorders?
readonlyoptionalstructureRecorders?: readonlyStructureRecorder[]
Defined in: src/core-flow/Loop.ts:49
Optional build-time recorders passed through to footprintjs's
flowChart() factory. Each recorder observes per-node build
events (onStageAdded / onSubflowMounted / etc.) for this
composition's internal chart (Seed + IterationStart + body mount +
Guard). When omitted, no build-time observation is wired up.
