We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mask_input
1 parent d630972 commit fd019fcCopy full SHA for fd019fc
types/parameter.go
@@ -80,6 +80,7 @@ type ParameterStyling struct {
80
Placeholder *string `json:"placeholder,omitempty"`
81
Disabled *bool `json:"disabled,omitempty"`
82
Label *string `json:"label,omitempty"`
83
+ MaskInput *bool `json:"mask_input,omitempty"`
84
}
85
86
type ParameterOption struct {
0 commit comments