Type Alias: BaseChecklistBranchItemDef
BaseChecklistBranchItemDef =
CoreChecklistItemDef<Branch> &object
Defined in: src/sdk/checklist/ChecklistDefinitions.ts:152
A base checklist branch item definition.
Type Declaration
branches
readonlybranches: readonlystring[]
The IDs of the branches linked to the item.
branchLogic
readonlybranchLogic: readonlyChecklistBranchItemLogicType[]
The completion logic to apply to the branches linked to the item. For each index i in the array,
branchLogic[i] applies to the linked branch specified at branches[i].