dtkt.protoui.v1beta1protoui.protoDescriptionList
MessageRender as a description list (key-value pairs).
Maps to DescriptionList in @dtkt/ui/description-list
Use CEL expressions to generate a list of [term, description] tuples.
The message or field is available as this in the expression context.
Example: [["Name", this.name], ["Email", this.email], ["Status", this.is_active ? "Active" : "Inactive"]]
| Field | Type | Number | Description |
|---|---|---|---|
| items | string | 1 | CEL expression that evaluates to a list of 2-element lists (tuples) where:
|