Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
plugin-ext
CommandRegistryImpl
Class CommandRegistryImpl
Hierarchy
CommandRegistryImpl
Implements
CommandRegistryExt
Index
Constructors
constructor
Properties
argument
Processors
commands
commands
Converter
handlers
proxy
Accessors
converter
Methods
$execute
Command
execute
Command
execute
Local
Command
get
Commands
get
Key
Binding
register
Argument
Processor
register
Command
register
Handler
Constructors
constructor
new
Command
Registry
Impl
(
rpc
:
RPCProtocol
)
:
CommandRegistryImpl
Parameters
rpc:
RPCProtocol
Returns
CommandRegistryImpl
Properties
Private
Readonly
argument
Processors
argument
Processors
:
ArgumentProcessor
[]
Private
Readonly
commands
commands
:
Set
<
string
>
= ...
Private
Readonly
commands
Converter
commands
Converter
:
CommandsConverter
Private
Readonly
handlers
handlers
:
Map
<
string
,
Handler
>
= ...
Private
proxy
proxy
:
CommandRegistryMain
Accessors
converter
get
converter
(
)
:
CommandsConverter
Returns
CommandsConverter
Methods
$execute
Command
$execute
Command<T>
(
id
:
string
,
...
args
:
any
[]
)
:
PromiseLike
<
undefined
|
T
>
Type parameters
T
Parameters
id:
string
Rest
...
args:
any
[]
Returns
PromiseLike
<
undefined
|
T
>
execute
Command
execute
Command<T>
(
id
:
string
,
...
args
:
any
[]
)
:
PromiseLike
<
undefined
|
T
>
Type parameters
T
Parameters
id:
string
Rest
...
args:
any
[]
Returns
PromiseLike
<
undefined
|
T
>
Private
execute
Local
Command
execute
Local
Command<T>
(
id
:
string
,
...
args
:
any
[]
)
:
Promise
<
undefined
|
T
>
Type parameters
T
Parameters
id:
string
Rest
...
args:
any
[]
Returns
Promise
<
undefined
|
T
>
get
Commands
get
Commands
(
filterUnderscoreCommands
?:
boolean
)
:
Promise
<
string
[]
>
Parameters
filterUnderscoreCommands:
boolean
= false
Returns
Promise
<
string
[]
>
get
Key
Binding
get
Key
Binding
(
commandId
:
string
)
:
PromiseLike
<
undefined
|
CommandKeyBinding
[]
>
Parameters
commandId:
string
Returns
PromiseLike
<
undefined
|
CommandKeyBinding
[]
>
register
Argument
Processor
register
Argument
Processor
(
processor
:
ArgumentProcessor
)
:
void
Parameters
processor:
ArgumentProcessor
Returns
void
register
Command
register
Command
(
command
:
CommandDescription
, handler
?:
Handler
, thisArg
?:
any
)
:
Disposable
Parameters
command:
CommandDescription
Optional
handler:
Handler
Optional
thisArg:
any
Returns
Disposable
register
Handler
register
Handler
(
commandId
:
string
, handler
:
Handler
, thisArg
?:
any
)
:
Disposable
Parameters
commandId:
string
handler:
Handler
Optional
thisArg:
any
Returns
Disposable
Exports
plugin-
ext
Comments
Command
Arg
Comments
Context
Command
Arg
Comments
Edit
Command
Arg
Composite
Tree
View
Node
Connection
Closed
Error
Custom
Editor
Widget
Debug
Adapter
Executable
Debug
Adapter
Inline
Implementation
Debug
Adapter
Named
Pipe
Server
Debug
Adapter
Server
Decoration
Range
Behavior
Decoration
Render
Options
Document
Link
Known
Commands
Notification
Main
Object
Identifier
Objects
Transferrer
Parameter
Information
Plugin
Contributions
Plugin
Icon
Path
Plugin
Package
Plugin
Paths
Plugin
View
Registry
Plugin
View
Widget
Schemes
Scm
Command
Arg
Selection
Provider
Commands
Signature
Help
Signature
Information
Symbol
Kind
Symbol
Kind
Converter
Text
Document
Show
Options
Text
Editor
Selection
Change
Kind
Themable
Decoration
Attachment
Render
Options
Themable
Decoration
Render
Options
Theme
Icon
Timeline
Command
Arg
Tree
View
Node
Tree
View
Selection
Webview
External
Endpoint
Webview
Widget
Workspace
Text
Edit
Dto
Command
Registry
Impl
constructor
argument
Processors
commands
commands
Converter
handlers
proxy
converter
$execute
Command
execute
Command
execute
Local
Command
get
Commands
get
Key
Binding
register
Argument
Processor
register
Command
register
Handler