dtkt.protoui.v1beta1protoui.proto

Card

Message

Render as a card with optional header and footer sections. Maps to Card in @dtkt/ui/card Supports text, CEL expressions, and templates for each section. The message or field is available as this in expression/template context. Example: header: this.title, content: this.body

FieldTypeNumberDescription
header
Data
1

Optional card header. Can be plain text, a CEL expression, or a template. Context: this is the message or field being rendered.

content
Data
2

Card content - the main body. Can be plain text, a CEL expression, or a template. Context: this is the message or field being rendered.

footer
Data
3

Optional card footer. Can be plain text, a CEL expression, or a template. Context: this is the message or field being rendered.