Block for displaying data in a list. List may contain an unlimited number of view.*
components.
Name | Type | Description |
---|---|---|
type * | "view.list" | Set component type. |
label | string | Label above the component. |
direction | string | Determines the direction of the list:
|
hint | string | Hint text. |
items * | array | Array of list items. |
items[] | view | List item. |
rtl | object | In some languages, like Arabic or Hebrew, text is written from right to left. Use this property to set up the correct display mode for the component. View example Learn more about RTL languages. |
rtl.mode | string | Display mode:
|
size | string | Specifies the size of the margins between elements. Acceptable values in ascending order: s , m (default value). |
validation | condition | Validation based on condition. |