ForEach Element
Element for iterating over arrays
ForEach Element
Coming soon: This feature is not yet available. Please check back soon.
The <foreach>
element enables iteration over arrays:
Props
Prop | Type | Default |
---|---|---|
id? | string | - |
items | array | - |
var | string | - |
index | string | - |
Examples
Basic Iteration
Using Index
Complex Processing
Usage Notes
- Iterates over array elements sequentially
- Current item available via specified var name
- Optional index tracking
- Can contain any executable content