WorkspaceFolderPickOptions class
Options to configure the behaviour of the {@link WorkspaceFolderworkspace folder} pick UI.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- WorkspaceFolderPickOptions({String? placeHolder, bool? ignoreFocusOut})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ignoreFocusOut ↔ bool?
-
Available on WorkspaceFolderPickOptions, provided by the WorkspaceFolderPickOptions$Typings extension
Set totrue
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 - placeHolder ↔ String?
-
Available on WorkspaceFolderPickOptions, provided by the WorkspaceFolderPickOptions$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
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