ConditionBlock class
đ Descriptionâ
The ConditionBlock
class is what gives a Condition
its actual functionality.
tip
You can create custom condition blocks for Tripetto.
đ Applicable decoratorsâ
The following decorators can be applied in this class:
Class decorators âšī¸â
Method decorators âšī¸â
đī¸ Fieldsâ
đˇī¸ branch
â
Retrieves the branch props from the form definition (only when there is a branch attached to the condition).
Typeâ
IBranch
| undefined
đˇī¸ branchRef
â
Retrieves a reference to an attached branch (if any).
Typeâ
Branch
| undefined
đˇī¸ section
â
Retrieves the section props from the form definition (only when there is a section attached to the condition).
Typeâ
ISection
| undefined