dtkt.protoui.v1beta1protoui.protoDescription
MessageRender as a form description/help text.
Maps to description/help text in form components
Example expr: this.help_text or "This field is " + (this.required ? "required" : "optional")
| Field | Type | Number | Description |
|---|---|---|---|
| content | Data dtkt.protoui.v1beta1.Data | 1 | The description text. Can be plain text, a CEL expression, or a template.
Context: |