Options to configure the behavior of the quick pick UI.

Fields

@:optionaloptionaltitle:Null<String>

An optional string that represents the title of the quick pick.

@:optionaloptionalplaceHolder:Null<String>

An optional string to show as placeholder in the input box to guide the user what to pick on.

@:optionaloptionalonDidSelectItem:Null<EitherType<QuickPickItem, String> ‑> Any>

An optional function that is invoked whenever an item is selected.

@:optionaloptionalmatchOnDetail:Null<Bool>

An optional flag to include the detail when filtering the picks.

@:optionaloptionalmatchOnDescription:Null<Bool>

An optional flag to include the description when filtering the picks.

@:optionaloptionalignoreFocusOut:Null<Bool>

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.

@:optionaloptionalcanPickMany:Null<Bool>

An optional flag to make the picker accept multiple selections, if true the result is an array of picks.