dtkt.protoui.v1beta1protoui.proto

List

Message

Render 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)

FieldTypeNumberDescription
itemsstring1

CEL expression that evaluates to a repeated/list value. Context: this is the message or field being rendered. If not specified, uses the field value directly.

style
Style
2

No description.