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 |
|
"view.labeled-list" |
Set component type |
|
string |
Label above the component. |
|
string |
Hint text. |
|
array |
An array of list items. |
|
object |
Parameters of a list item. |
|
boolean |
If By default, |
|
view |
List item content. |
|
string |
A pop-up hint displayed next to a label. |
|
string |
A label displayed next to a list item. |
|
number |
The minimum width of list content. If the component width is less than the specified value, it switches to compact mode. |
|
condition |
Validation based on condition. |