Skip to content

Latest commit

 

History

History
197 lines (108 loc) · 2.73 KB

AutoCompleteMultiSelectQuestion.md

File metadata and controls

197 lines (108 loc) · 2.73 KB

Interface: AutoCompleteMultiSelectQuestion

Hierarchy

Table of contents

Properties

Methods

Properties

choices

choices: ChoiceDefinition | ChoiceOption[]

Inherited from

Omit.choices


format

format: PromptsMethod

Inherited from

Omit.format


hint

hint: string

Inherited from

Omit.hint


instructions

instructions: string | boolean

Inherited from

Omit.instructions


max

max: number

Inherited from

Omit.max


message

message: string | PromptsMethod

Inherited from

Omit.message


min

min: number

Inherited from

Omit.min


name

name: string | PromptsMethod

Inherited from

Omit.name


optionsPerPage

optionsPerPage: number

Inherited from

Omit.optionsPerPage


stdin

stdin: internal

Inherited from

Omit.stdin


stdout

stdout: internal

Inherited from

Omit.stdout


type

type: "autocompleteMultiselect" | PromptTypeMethod<"autocompleteMultiselect">


warn

warn: string

Inherited from

Omit.warn

Methods

onRender

onRender(this, kluer): void

Parameters

Name Type
this prompts
kluer any

Returns

void

Inherited from

Omit.onRender


onState

onState(state): void

Parameters

Name Type
state PromptState

Returns

void

Inherited from

Omit.onState