Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuickPickOptions<T>

Type Parameters

Hierarchy

  • QuickPickOptions

Index

Properties

activeItem?: T
ariaLabel?: string
autoFocusOnList?: boolean
busy?: boolean
buttons?: QuickInputButton[]
canAcceptInBackground?: boolean
canSelectMany?: boolean
contextKey?: string
customButton?: boolean
customHover?: string
customLabel?: string
description?: string
enabled?: boolean
hideCheckAll?: boolean
hideInput?: boolean
ignoreFocusOut?: boolean
keepScrollPosition?: boolean
matchOnDescription?: boolean
matchOnDetail?: boolean
matchOnLabel?: boolean
placeholder?: string
runIfSingle?: boolean
sortByLabel?: boolean
step?: number
title?: string
totalSteps?: number
validationMessage?: string
value?: string
valueSelection?: readonly [number, number]

Methods

  • filterValue(value: string): string
  • onDidAccept(): void
  • onDidChangeActive(quickPick: QuickPick<T>, activeItems: T[]): void
  • onDidChangeSelection(quickPick: QuickPick<T>, selectedItems: T[]): void
  • onDidChangeValue(quickPick: QuickPick<T>, filter: string): void
  • onDidCustom(): void
  • onDidHide(): void