Skip to main content

Enumeration: ChecklistBranchItemLogicType

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

Completion logic applied to branches linked to checklist branch items.

Enumeration Members

Necessary

Necessary: 2

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

The branch item is considered to be completed only if the linked branch is completed.


None

None: 0

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

The completion state of the linked branch has no effect on the completion state of the branch item.


Sufficient

Sufficient: 1

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

The branch item is considered to be completed if the linked branch is completed.