view.labeled-list
Displaying components as a list with labels placed on the left.
If you don't need labels, use view.list.
Component properties
Name | Type | Description |
---|---|---|
type * | "view.labeled-list" | Set component type |
label | string | Label above the component. |
hint | string | Hint text. |
items * | array | List items. |
items[] | object | – |
items[].centerLabel | boolean | If By default, |
items[].content * | view | List item content. |
items[].hint | string | A pop-up hint displayed next to a label. |
items[].label * | string | A label displayed next to a list item. |
minWidth | number | The minimum width of list content. If the component width is less than the specified value, it switches to compact mode. |
validation | condition | Validation based on condition. |
Name | Type | Description |
---|---|---|
type * | "view.labeled-list" | Set component type |
label | string | Label above the component. |
hint | string | Hint text. |
items * | array | List items. |
items[] | object | – |
items[].centerLabel | boolean | If By default, |
items[].content * | view | List item content. |
items[].hint | string | A pop-up hint displayed next to a label. |
items[].label * | string | A label displayed next to a list item. |
minWidth | number | The minimum width of list content. If the component width is less than the specified value, it switches to compact mode. |
validation | condition | Validation based on condition. |