Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/remote
electron-browser/remote-registry-contribution
RemoteRegistry
Class RemoteRegistry
Index
Constructors
constructor
Properties
_
commands
on
Did
Register
Command
Emitter
Accessors
commands
on
Did
Register
Command
Methods
register
Command
Constructors
constructor
new
RemoteRegistry
()
:
RemoteRegistry
Returns
RemoteRegistry
Properties
Protected
_
commands
_commands
:
Command
[]
= []
Protected
on
Did
Register
Command
Emitter
onDidRegisterCommandEmitter
:
Emitter
<
[
Command
,
undefined
|
CommandHandler
]
>
= ...
Accessors
commands
get
commands
()
:
readonly
Command
[]
Returns
readonly
Command
[]
on
Did
Register
Command
get
onDidRegisterCommand
()
:
Event
<
[
Command
,
undefined
|
CommandHandler
]
>
Returns
Event
<
[
Command
,
undefined
|
CommandHandler
]
>
Methods
register
Command
registerCommand
(
command
:
Command
,
handler
?:
CommandHandler
)
:
void
Parameters
command
:
Command
Optional
handler
:
CommandHandler
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
commands
on
Did
Register
Command
Emitter
Accessors
commands
on
Did
Register
Command
Methods
register
Command
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...