Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/quick-input/quick-pick-service-impl
QuickPickServiceImpl
Class QuickPickServiceImpl
Implements
QuickPickService
Index
Constructors
constructor
Properties
on
Did
Accept
on
Did
Change
Active
on
Did
Change
Selection
on
Did
Change
Value
on
Did
Hide
on
Did
Trigger
Button
quick
Input
Service
Methods
hide
set
Items
show
Constructors
constructor
new
QuickPickServiceImpl
()
:
QuickPickServiceImpl
Returns
QuickPickServiceImpl
Properties
Readonly
on
Did
Accept
onDidAccept
:
Event
<
void
>
= ...
Readonly
on
Did
Change
Active
onDidChangeActive
:
Event
<
{
activeItems
:
QuickPickItem
[]
;
quickPick
:
QuickPick
<
QuickPickItem
>
}
,
>
= ...
Readonly
on
Did
Change
Selection
onDidChangeSelection
:
Event
<
{
quickPick
:
QuickPick
<
QuickPickItem
>
;
selectedItems
:
QuickPickItem
[]
}
,
>
= ...
Readonly
on
Did
Change
Value
onDidChangeValue
:
Event
<
{
filter
:
string
;
quickPick
:
QuickPick
<
QuickPickItem
>
}
>
= ...
Readonly
on
Did
Hide
onDidHide
:
Event
<
void
>
= ...
Readonly
on
Did
Trigger
Button
onDidTriggerButton
:
Event
<
QuickInputButtonHandle
>
= ...
Protected
Readonly
quick
Input
Service
quickInputService
:
QuickInputService
Methods
hide
hide
()
:
void
Returns
void
set
Items
setItems
<
T
>
(
items
:
QuickPickItem
[]
)
:
void
Type Parameters
T
Parameters
items
:
QuickPickItem
[]
Returns
void
show
show
<
T
extends
QuickPickItem
>
(
items
:
(
QuickPickSeparator
|
T
)
[]
,
options
?:
QuickPickOptions
<
T
>
,
)
:
Promise
<
undefined
|
T
>
Type Parameters
T
extends
QuickPickItem
Parameters
items
: (
QuickPickSeparator
|
T
)
[]
Optional
options
:
QuickPickOptions
<
T
>
Returns
Promise
<
undefined
|
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
on
Did
Accept
on
Did
Change
Active
on
Did
Change
Selection
on
Did
Change
Value
on
Did
Hide
on
Did
Trigger
Button
quick
Input
Service
Methods
hide
set
Items
show
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...