Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuickPickOptions

Options for configuration behavior of the quick pick

Hierarchy

  • QuickPickOptions

Index

Properties

canPickMany?: boolean

If true make picker accept multiple selections. Not implemented yet

ignoreFocusOut?: boolean

If true prevent picker closing when it's loses focus

matchOnDescription?: boolean

A flag to include the description when filtering

matchOnDetail?: boolean

A flag to include the detail when filtering

placeHolder?: string

The place holder in input box

title?: string

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

Methods