Skip to main content

BaseInputField

@prismatic-io/spectral"types/Inputs"BaseInputField

Hierarchy

Index

Properties

Properties

Optional comments

comments? : undefined | string

Defined in packages/spectral/src/types/Inputs.ts:125

Additional text to give guidance to the user configuring the InputField.


Optional example

example? : undefined | string

Defined in packages/spectral/src/types/Inputs.ts:127

Example valid input for this InputField.


label

label: object | string

Defined in packages/spectral/src/types/Inputs.ts:121

Interface label of the InputField.


Optional placeholder

placeholder? : undefined | string

Defined in packages/spectral/src/types/Inputs.ts:123

Text to show as the InputField placeholder.


Optional required

required? : undefined | false | true

Defined in packages/spectral/src/types/Inputs.ts:129

Indicate if this InputField is required.