Structs§
- Conditional
Instance - A special “control-flow” primitive, Conditional (
if
) allows for a subtree of a component template to be rendered conditionally, based on the value of the propertyboolean_expression
. The Pax compiler handles ConditionalInstance specially with theif
syntax in templates. - Conditional
Properties - Contains the expression of a conditional, evaluated as an expression.