SelectOption
Defined in: packages/prompt/src/prompts/select.ts:7
An option for select input.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”disabled?
Section titled “disabled?”
optionaldisabled?:boolean
Defined in: packages/prompt/src/prompts/select.ts:23
If this option is disabled.
optionalhint?:string
Defined in: packages/prompt/src/prompts/select.ts:19
A description of the option.
label:
string
Defined in: packages/prompt/src/prompts/select.ts:11
The label (what gets displayed) of the select option.
value:
T
Defined in: packages/prompt/src/prompts/select.ts:15
The value (what gets returned) of the select option.