dtkt.protoui.v1beta1protoui.protoData
Message| Field | Type | Number | Description |
|---|---|---|---|
| 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. | ||
| text | string | 1 | Evaluate the data as plain text. |
| expr | string | 2 | Evaluate the data using a CEL expression. The message or field is passed as |
| template | Template dtkt.protoui.v1beta1.Template | 3 | Evaluate the data using a template. The message or field is passed as the template data context. |