dtkt.protoui.v1beta1protoui.protoSecret
MessageRender 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)
| Field | Type | Number | Description |
|---|---|---|---|
| placeholder | string | 1 | CEL expression for the placeholder text (the masked representation).
Context: |