Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuickPick<T>

Type Parameters

Hierarchy

Index

Properties

activeItems: readonly T[]
busy: boolean
canSelectMany: boolean
contextKey: undefined | string
description: undefined | string
enabled: boolean
ignoreFocusOut: boolean
items: readonly (QuickPickSeparator | T)[]
keepScrollPosition: boolean
matchOnDescription: boolean
matchOnDetail: boolean
onDidAccept: Event<undefined | { inBackground: boolean }>
onDidChangeActive: Event<T[]>
onDidChangeSelection: Event<T[]>
onDidChangeValue: Event<string>
onDidHide: Event<{ reason: QuickInputHideReason }>
onDidTriggerButton: Event<QuickInputButton>
onDidTriggerItemButton: Event<QuickPickItemButtonEvent<T>>
onDispose: Event<void>
placeholder: undefined | string
selectedItems: readonly T[]
step: undefined | number
title: undefined | string
totalSteps: undefined | number
value: string

Methods

  • dispose(): void
  • hide(): void
  • show(): void