Module pax_runtime::conditional
source · Structs§
- 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 theifsyntax in templates. - Contains the expression of a conditional, evaluated as an expression.