QuickPickOptions class

Options to configure the behavior of the quick pick UI.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

QuickPickOptions({String? title, bool? matchOnDescription, bool? matchOnDetail, String? placeHolder, bool? ignoreFocusOut, bool? canPickMany, dynamic onDidSelectItem(Object)?})
factory

Properties

canPickMany bool?

Available on QuickPickOptions, provided by the QuickPickOptions$Typings extension

An optional flag to make the picker accept multiple selections, if true the result is an array of picks.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ignoreFocusOut bool?

Available on QuickPickOptions, provided by the QuickPickOptions$Typings extension

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.
getter/setter pair
matchOnDescription bool?

Available on QuickPickOptions, provided by the QuickPickOptions$Typings extension

An optional flag to include the description when filtering the picks.
getter/setter pair
matchOnDetail bool?

Available on QuickPickOptions, provided by the QuickPickOptions$Typings extension

An optional flag to include the detail when filtering the picks.
getter/setter pair
onDidSelectItem ↔ dynamic Function(Object)

Available on QuickPickOptions, provided by the QuickPickOptions$Typings extension

getter/setter pair
placeHolder String?

Available on QuickPickOptions, provided by the QuickPickOptions$Typings extension

An optional string to show as placeholder in the input box to guide the user what to pick on.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?

Available on QuickPickOptions, provided by the QuickPickOptions$Typings extension

An optional string that represents the title of the quick pick.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited