BaseInputField
@prismatic-io/spectral › "types/Inputs" › BaseInputField
Hierarchy
BaseInputField
Index
Properties
Properties
Optional
comments
• comments? : undefined | string
Defined in packages/spectral/src/types/Inputs.ts:105
Additional text to give guidance to the user configuring the InputField.
Optional
example
• example? : undefined | string
Defined in packages/spectral/src/types/Inputs.ts:107
Example valid input for this InputField.
label
• label: object | string
Defined in packages/spectral/src/types/Inputs.ts:101
Interface label of the InputField.
Optional
placeholder
• placeholder? : undefined | string
Defined in packages/spectral/src/types/Inputs.ts:103
Text to show as the InputField placeholder.
Optional
required
• required? : undefined | false | true
Defined in packages/spectral/src/types/Inputs.ts:109
Indicate if this InputField is required.