OptionalcanDetermines if the picker allows multiple selections. When true, the result is an array of picks.
OptionalignoreSet 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.
OptionalmatchDetermines if the description should be included when filtering items. Defaults to false.
OptionalmatchDetermines if the detail should be included when filtering items. Defaults to false.
OptionalplaceAn optional string to show as placeholder in the input box to guide the user.
OptionalpromptOptional text that provides instructions or context to the user.
The prompt is displayed below the input box and above the list of items.
OptionaltitleAn optional title for the quick pick.
OptionalonAn optional function that is invoked whenever an item is selected.
Options to configure the behavior of the quick pick UI.