Interfaces

InputRequestDeclaration

Interface: InputRequestDeclaration

Defined in: src/core/inputRequest.ts:10

Extended by

Properties

context?

readonly optional context?: Readonly<Record<string, unknown>>

Defined in: src/core/inputRequest.ts:17

Opaque JSON authored by the collecting tool, never editable by the reply.


fields

readonly fields: readonly InputField[]

Defined in: src/core/inputRequest.ts:13


id

readonly id: string

Defined in: src/core/inputRequest.ts:11


question

readonly question: string

Defined in: src/core/inputRequest.ts:12


supplied?

readonly optional supplied?: Readonly<Record<string, InputValue>>

Defined in: src/core/inputRequest.ts:15

Values the collection tool already knows; never labelled as a person's answer.

On this page