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