Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
monaco
MonacoQuickInputService
Class MonacoQuickInputService
Implements
QuickInputService
Index
Constructors
constructor
Properties
keybinding
Registry
monaco
Service
Accessors
back
Button
on
Hide
on
Show
Methods
convert
Items
create
Input
Box
create
Quick
Pick
hide
input
open
pick
show
Quick
Pick
wrap
Quick
Pick
Constructors
constructor
new
Monaco
Quick
Input
Service
(
)
:
MonacoQuickInputService
Returns
MonacoQuickInputService
Properties
Protected
Readonly
keybinding
Registry
keybinding
Registry
:
KeybindingRegistry
Private
monaco
Service
monaco
Service
:
MonacoQuickInputImplementation
Accessors
back
Button
get
backButton
(
)
:
QuickInputButton
Returns
QuickInputButton
on
Hide
get
onHide
(
)
:
Event
<
void
>
Returns
Event
<
void
>
on
Show
get
onShow
(
)
:
Event
<
void
>
Returns
Event
<
void
>
Methods
Protected
convert
Items
convert
Items
<
T
>
(
item
)
:
MonacoQuickPickItem
<
T
>
Type Parameters
T
extends
QuickPickItem
Parameters
item
:
T
Returns
MonacoQuickPickItem
<
T
>
create
Input
Box
create
Input
Box
(
)
:
InputBox
Returns
InputBox
create
Quick
Pick
create
Quick
Pick
<
T
>
(
)
:
QuickPick
<
T
>
Type Parameters
T
extends
QuickPickItem
Returns
QuickPick
<
T
>
hide
hide
(
)
:
void
Returns
void
input
input
(
options
?
,
token
?
)
:
Promise
<
undefined
|
string
>
Parameters
Optional
options
:
InputOptions
Optional
token
:
CancellationToken
Returns
Promise
<
undefined
|
string
>
open
open
(
filter
)
:
void
Parameters
filter
:
string
Returns
void
pick
pick
<
T
,
O
>
(
picks
,
options
?
,
token
?
)
:
Promise
<
undefined
|
T
|
T
[]
>
Type Parameters
T
extends
QuickPickItem
O
extends
PickOptions
<
T
>
=
PickOptions
<
T
>
Parameters
picks
:
QuickPickInput
<
T
>
[]
|
Promise
<
QuickPickInput
<
T
>
[]
>
Optional
options
:
O
Optional
token
:
CancellationToken
Returns
Promise
<
undefined
|
T
|
T
[]
>
show
Quick
Pick
show
Quick
Pick
<
T
>
(
items
,
options
?
)
:
Promise
<
undefined
|
T
>
Type Parameters
T
extends
QuickPickItem
Parameters
items
:
(
QuickPickSeparator
|
T
)
[]
Optional
options
:
QuickPickOptions
<
T
>
Returns
Promise
<
undefined
|
T
>
wrap
Quick
Pick
wrap
Quick
Pick
<
T
>
(
wrapped
)
:
QuickPick
<
T
>
Type Parameters
T
extends
QuickPickItem
Parameters
wrapped
:
IQuickPick
<
MonacoQuickPickItem
<
T
>
>
Returns
QuickPick
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
keybinding
Registry
monaco
Service
back
Button
on
Hide
on
Show
convert
Items
create
Input
Box
create
Quick
Pick
hide
input
open
pick
show
Quick
Pick
wrap
Quick
Pick
Theia TypeDoc
Loading...