Interfaces
InputRequestDeclaration
Interface: InputRequestDeclaration
Defined in: src/core/inputRequest.ts:10
Extended by
Properties
context?
readonlyoptionalcontext?:Readonly<Record<string,unknown>>
Defined in: src/core/inputRequest.ts:17
Opaque JSON authored by the collecting tool, never editable by the reply.
fields
readonlyfields: readonlyInputField[]
Defined in: src/core/inputRequest.ts:13
id
readonlyid:string
Defined in: src/core/inputRequest.ts:11
question
readonlyquestion:string
Defined in: src/core/inputRequest.ts:12
supplied?
readonlyoptionalsupplied?:Readonly<Record<string,InputValue>>
Defined in: src/core/inputRequest.ts:15
Values the collection tool already knows; never labelled as a person's answer.
