dtkt.protoui.v1beta1protoui.proto

Progress

Message

Render as a progress bar. Maps to Progress in @dtkt/ui/components/progress Use CEL expressions to calculate progress value (0-100). The message or field is available as this in the expression context. Example: double(this.completed) / double(this.total) * 100.0 or this.progress_percentage

FieldTypeNumberDescription
valuestring1

CEL expression that evaluates to a numeric value representing progress (0-100). Context: this is the message or field being rendered. If not specified, uses the field value directly.