Skip to content

<foreach>

Iterates over a collection and renders a child widget for each item.

Example

xml
<foreach iterable="items">
    <text>...</text>
</foreach>

Attributes

AttributeTypeRequired
iterablestringYes