dtkt.protoui.v1beta1protoui.protoList
MessageRender as a list (bulleted or numbered).
Maps to HTML list elements (ul/ol)
Use CEL expressions to generate a list of items.
The message or field is available as this in the expression context.
Example: this.tags or this.items.map(i, i.name) or this.permissions.filter(p, p.enabled).map(p, p.label)
| Field | Type | Number | Description |
|---|---|---|---|
| items | string | 1 | CEL expression that evaluates to a repeated/list value.
Context: |
| style | Style dtkt.protoui.v1beta1.List.Style | 2 | No description. |