PasswordInputField
@prismatic-io/spectral › "types/Inputs" › PasswordInputField
Hierarchy
↳ PasswordInputField
Index
Properties
Properties
Optional
clean
• clean? : InputCleanFunction‹this["default"]›
Defined in packages/spectral/src/types/Inputs.ts:161
Clean function
Optional
collection
• collection? : InputFieldCollection
Defined in packages/spectral/src/types/Inputs.ts:155
Collection type of the InputField
Optional
comments
• comments? : undefined | string
Inherited from BaseInputField.comments
Defined in packages/spectral/src/types/Inputs.ts:105
Additional text to give guidance to the user configuring the InputField.
Optional
default
• default? : unknown
Defined in packages/spectral/src/types/Inputs.ts:157
Default value for this field.
Optional
example
• example? : undefined | string
Inherited from BaseInputField.example
Defined in packages/spectral/src/types/Inputs.ts:107
Example valid input for this InputField.
label
• label: object | string
Inherited from BaseInputField.label
Defined in packages/spectral/src/types/Inputs.ts:101
Interface label of the InputField.
Optional
model
• model? : InputFieldChoice[]
Defined in packages/spectral/src/types/Inputs.ts:159
Dictates possible choices for the input.
Optional
placeholder
• placeholder? : undefined | string
Inherited from BaseInputField.placeholder
Defined in packages/spectral/src/types/Inputs.ts:103
Text to show as the InputField placeholder.
Optional
required
• required? : undefined | false | true
Inherited from BaseInputField.required
Defined in packages/spectral/src/types/Inputs.ts:109
Indicate if this InputField is required.
type
• type: "password"
Defined in packages/spectral/src/types/Inputs.ts:153
Data type the InputField will collect.