Skip to content

SelectOption

Defined in: packages/prompt/src/prompts/select.ts:7

An option for select input.

T

optional disabled?: boolean

Defined in: packages/prompt/src/prompts/select.ts:23

If this option is disabled.


optional hint?: 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.