dtkt.protoui.v1beta1protoui.proto

Heading

Message

Render as a heading with specified level. Maps to Heading in @dtkt/ui/heading Use CEL expressions to generate heading text. The message or field is available as this in the expression context. Example: this.title or "Section " + string(this.section_num) + ": " + this.name

FieldTypeNumberDescription
contentstring1

CEL expression that evaluates to a string for the heading text. Context: this is the message or field being rendered. If not specified, uses the field value directly.

leveluint322

Heading level (1-6).