Skip to main content

Type Alias: BaseChecklistBranchItemDef

BaseChecklistBranchItemDef = CoreChecklistItemDef<Branch> & object

Defined in: src/sdk/checklist/ChecklistDefinitions.ts:152

A base checklist branch item definition.

Type Declaration

branches

readonly branches: readonly string[]

The IDs of the branches linked to the item.

branchLogic

readonly branchLogic: readonly ChecklistBranchItemLogicType[]

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].