Properties
Optional activeItem
activeItem: T
Optional ariaLabel
ariaLabel: string
Optional autoFocusOnList
autoFocusOnList: boolean
Optional busy
busy: boolean
Optional canAcceptInBackground
canAcceptInBackground: boolean
Optional canSelectMany
canSelectMany: boolean
Optional contextKey
contextKey: string
Optional customButton
customButton: boolean
Optional customHover
customHover: string
Optional customLabel
customLabel: string
Optional description
description: string
Optional enabled
enabled: boolean
Optional filterValue
filterValue: (value: string) => string
Type declaration
-
-
Parameters
Returns string
Optional hideCheckAll
hideCheckAll: boolean
Optional hideInput
hideInput: boolean
Optional ignoreFocusOut
ignoreFocusOut: boolean
Optional matchOnDescription
matchOnDescription: boolean
Optional matchOnDetail
matchOnDetail: boolean
Optional matchOnLabel
matchOnLabel: boolean
Optional onDidAccept
onDidAccept: () => void
Optional onDidChangeActive
on
DidChangeActive: (quickPick: QuickPick<T>, activeItems: T[]) => void
Type declaration
-
- (quickPick: QuickPick<T>, activeItems: T[]): void
Optional onDidChangeSelection
on
DidChangeSelection: (quickPick: QuickPick<T>, selectedItems: T[]) => void
Type declaration
-
- (quickPick: QuickPick<T>, selectedItems: T[]): void
Optional onDidChangeValue
on
DidChangeValue: (quickPick: QuickPick<T>, filter: string) => void
Type declaration
-
- (quickPick: QuickPick<T>, filter: string): void
Optional onDidCustom
onDidCustom: () => void
Optional onDidHide
onDidHide: () => void
Optional onDidTriggerButton
Optional onDidTriggerItemButton
Optional placeholder
placeholder: string
Optional runIfSingle
runIfSingle: boolean
Optional sortByLabel
sortByLabel: boolean
Optional step
step: number
Optional title
title: string
Optional totalSteps
totalSteps: number
Optional validationMessage
validationMessage: string
Optional value
value: string
Optional valueSelection
valueSelection: readonly [number, number]