Skip to main content

Type Alias: ChecklistStateResponseData

ChecklistStateResponseData = object

Defined in: src/sdk/checklist/ChecklistStateEvents.ts:4

Data sent in response to a checklist state request.

Properties

state

state: readonly (readonly (readonly ...[] | null)[] | null)[]

Defined in: src/sdk/checklist/ChecklistStateEvents.ts:17

A description of the current state of all checklists at the time the response was sent.

Each element of the state array represents the state of a checklist group, indexed by group index. If the group state is null, then every actionable item in every checklist in the group is not completed. Otherwise, the group state is an array of the states of the checklists in the group, indexed by checklist index. If the checklist state is null, then every actionable item in the checklist is not completed. Otherwise, the checklist state is an array of the indexes of every actionable item in the checklist that is completed.


uuid

uuid: string

Defined in: src/sdk/checklist/ChecklistStateEvents.ts:6

The UUID of the request to which the response was made.