Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/quick-pick-service
PickOptions
Interface PickOptions<T>
interface
PickOptions
<
T
extends
QuickPickItem
>
{
activeItem
?:
T
|
Promise
<
T
>
;
autoFocusOnList
?:
boolean
;
canPickMany
?:
boolean
;
contextKey
?:
string
;
ignoreFocusLost
?:
boolean
;
matchOnDescription
?:
boolean
;
matchOnDetail
?:
boolean
;
matchOnLabel
?:
boolean
;
onDidFocus
?:
(
entry
:
T
)
=>
void
;
placeHolder
?:
string
;
title
?:
string
;
}
Type Parameters
T
extends
QuickPickItem
Index
Properties
active
Item?
auto
Focus
On
List?
can
Pick
Many?
context
Key?
ignore
Focus
Lost?
match
On
Description?
match
On
Detail?
match
On
Label?
on
Did
Focus?
place
Holder?
title?
Properties
Optional
active
Item
activeItem
?:
T
|
Promise
<
T
>
Optional
auto
Focus
On
List
autoFocusOnList
?:
boolean
Optional
can
Pick
Many
canPickMany
?:
boolean
Optional
context
Key
contextKey
?:
string
Optional
ignore
Focus
Lost
ignoreFocusLost
?:
boolean
Optional
match
On
Description
matchOnDescription
?:
boolean
Optional
match
On
Detail
matchOnDetail
?:
boolean
Optional
match
On
Label
matchOnLabel
?:
boolean
Optional
on
Did
Focus
onDidFocus
?:
(
entry
:
T
)
=>
void
Optional
place
Holder
placeHolder
?:
string
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Item
auto
Focus
On
List
can
Pick
Many
context
Key
ignore
Focus
Lost
match
On
Description
match
On
Detail
match
On
Label
on
Did
Focus
place
Holder
title
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...