dtkt.protoui.v1beta1protoui.proto

Secret

Message

Render as masked secret text with reveal button. Maps to Secret in @dtkt/ui/secret Use CEL expressions to generate the placeholder text (masked value). The message or field is available as this in the expression context. Example: "*".repeat(size(this.api_key)) or "••••" + this.api_key.substring(size(this.api_key) - 4)

FieldTypeNumberDescription
placeholderstring1

CEL expression for the placeholder text (the masked representation). Context: this is the message or field being rendered. If not specified, masks the field value automatically.