Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
keymaps
KeymapsFrontendContribution
Class KeymapsFrontendContribution
Hierarchy
AbstractViewContribution
<
KeybindingWidget
>
KeymapsFrontendContribution
Implements
CommandContribution
MenuContribution
TabBarToolbarContribution
Index
Constructors
constructor
Properties
keymaps
options
quick
View
shell
toggle
Command
widget
Manager
Accessors
default
View
Options
view
Id
view
Label
widget
Methods
close
View
open
View
register
Commands
register
Keybindings
register
Menus
register
Toolbar
Items
toggle
View
try
Get
Widget
with
Widget
Constructors
constructor
new
Keymaps
Frontend
Contribution
(
)
:
KeymapsFrontendContribution
Returns
KeymapsFrontendContribution
Properties
Protected
Readonly
keymaps
keymaps
:
KeymapsService
Protected
Readonly
options
options
:
ViewContributionOptions
Protected
Readonly
quick
View
quick
View
:
QuickViewService
Protected
Readonly
shell
shell
:
ApplicationShell
Optional
Readonly
toggle
Command
toggle
Command
:
Command
Protected
Readonly
widget
Manager
widget
Manager
:
WidgetManager
Accessors
default
View
Options
get
defaultViewOptions
(
)
:
WidgetOptions
Returns
WidgetOptions
view
Id
get
viewId
(
)
:
string
Returns
string
view
Label
get
viewLabel
(
)
:
string
Returns
string
widget
get
widget
(
)
:
Promise
<
T
>
Returns
Promise
<
T
>
Methods
close
View
close
View
(
)
:
Promise
<
undefined
|
KeybindingWidget
>
Returns
Promise
<
undefined
|
KeybindingWidget
>
open
View
open
View
(
args
?:
Partial
<
OpenViewArguments
>
)
:
Promise
<
KeybindingWidget
>
Parameters
Optional
args:
Partial
<
OpenViewArguments
>
Returns
Promise
<
KeybindingWidget
>
register
Commands
register
Commands
(
commands
:
CommandRegistry
)
:
void
Parameters
commands:
CommandRegistry
Returns
void
register
Keybindings
register
Keybindings
(
keybindings
:
KeybindingRegistry
)
:
void
Parameters
keybindings:
KeybindingRegistry
Returns
void
register
Menus
register
Menus
(
menus
:
MenuModelRegistry
)
:
void
Parameters
menus:
MenuModelRegistry
Returns
void
register
Toolbar
Items
register
Toolbar
Items
(
toolbar
:
TabBarToolbarRegistry
)
:
Promise
<
void
>
Parameters
toolbar:
TabBarToolbarRegistry
Returns
Promise
<
void
>
toggle
View
toggle
View
(
)
:
Promise
<
KeybindingWidget
>
Returns
Promise
<
KeybindingWidget
>
try
Get
Widget
try
Get
Widget
(
)
:
undefined
|
KeybindingWidget
Returns
undefined
|
KeybindingWidget
Protected
with
Widget
with
Widget<T>
(
widget
?:
undefined
|
Widget
, fn
:
(
widget
:
KeybindingWidget
)
=>
T
)
:
false
|
T
Determine if the current widget is the keybindings widget.
Type parameters
T
Parameters
widget:
undefined
|
Widget
= ...
fn:
(
widget
:
KeybindingWidget
)
=>
T
(
widget
:
KeybindingWidget
)
:
T
Parameters
widget:
KeybindingWidget
Returns
T
Returns
false
|
T
Exports
keymaps
Keymaps
Commands
Keymaps
Commands
Keymaps
Frontend
Contribution
Keymaps
Service
Keybinding
Widget
Keymaps
Frontend
Contribution
constructor
keymaps
options
quick
View
shell
toggle
Command
widget
Manager
default
View
Options
view
Id
view
Label
widget
close
View
open
View
register
Commands
register
Keybindings
register
Menus
register
Toolbar
Items
toggle
View
try
Get
Widget
with
Widget
Keymaps
Service
Cell
Data
Keybinding
Item
default
Determine if the current widget is the keybindings widget.