Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
CommandRegistryExt
Interface CommandRegistryExt
interface
CommandRegistryExt
{
$executeCommand
<
T
>
(
id
:
string
,
...
ars
:
any
[]
,
)
:
PromiseLike
<
undefined
|
T
>
;
registerArgumentProcessor
(
processor
:
ArgumentProcessor
)
:
void
;
}
Implemented by
CommandRegistryImpl
Index
Methods
$execute
Command
register
Argument
Processor
Methods
$execute
Command
$executeCommand
<
T
>
(
id
:
string
,
...
ars
:
any
[]
)
:
PromiseLike
<
undefined
|
T
>
Type Parameters
T
Parameters
id
:
string
...
ars
:
any
[]
Returns
PromiseLike
<
undefined
|
T
>
register
Argument
Processor
registerArgumentProcessor
(
processor
:
ArgumentProcessor
)
:
void
Parameters
processor
:
ArgumentProcessor
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$execute
Command
register
Argument
Processor
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...