QuickPickOptions
Options to configure the behavior of the quick pick UI.
Properties
Link copied to clipboard
Determines if the picker allows multiple selections. When true, the result is an array of picks.
Link copied to clipboard
Set to true to keep the picker open when focus moves to another part of the editor or to another window. This setting is ignored on iPad and is always false.
Link copied to clipboard
Determines if the description should be included when filtering items. Defaults to false.
Link copied to clipboard
Determines if the detail should be included when filtering items. Defaults to false.
Link copied to clipboard
An optional function that is invoked whenever an item is selected.
Link copied to clipboard
An optional string to show as placeholder in the input box to guide the user.