Else Element
Element for default execution path
Else Element
Coming soon: This feature is not yet available. Please check back soon.
The <else>
element provides a default execution path when no other conditions match:
Props
Prop | Type | Default |
---|---|---|
id? | string | - |
Examples
Basic Default Case
Error Handling
Complex Flow
Usage Notes
- Must follow an
<if>
element or<elseif>
element - Represents the final branch in a conditional chain
- Executes when no previous conditions match
- Can contain any executable content