MiddlewareAsk
Interface: MiddlewareAsk
Defined in: src/core/pause.ts:62
The question a toolMiddleware put to a person, as it rides the checkpoint.
Properties
component?
readonlyoptionalcomponent?:AskComponent
Defined in: src/core/pause.ts:73
Which REGISTERED screen component collects the answer (9.24.0) — the
typed half of the question, carried from ask({ question, component }).
Absent means what it always meant: render the prose. The answer comes
back through the same CheckInDecision either way.
detail?
readonlyoptionaldetail?:unknown
Defined in: src/core/pause.ts:66
Anything else the answering UI should render. Never interpreted here.
middleware
readonlymiddleware:string
Defined in: src/core/pause.ts:75
name of the middleware that asked.
question
readonlyquestion:string
Defined in: src/core/pause.ts:64
The question, in the middleware author's own words.
