dtkt.protoui.v1beta1protoui.proto

Data

Message
FieldTypeNumberDescription
dataOneOf

The evaluated context data to pass to the component. If none of the data options are specified, data will be the message or field as is.

textstring1

Evaluate the data as plain text.

exprstring2

Evaluate the data using a CEL expression. The message or field is passed as this to the expression data context.

template
Template
3

Evaluate the data using a template. The message or field is passed as the template data context.