Properties
Optional activeItems
activeItems?: readonly QuickPickItem[]
Optional busy
busy?: boolean
Optional canSelectMany
canSelectMany?: boolean
Optional enabled
enabled?: boolean
Optional ignoreFocusOut
ignoreFocusOut?: boolean
Optional matchOnDescription
matchOnDescription?: boolean
Optional matchOnDetail
matchOnDetail?: boolean
Optional placeholder
placeholder?: string
Optional selectedItems
selectedItems?: readonly QuickPickItem[]
Optional sortByLabel
sortByLabel?: boolean
Optional type
type?: "quickPick"
Optional value
value?: string
Optional visible
visible?: boolean