Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext-headless
common/headless-plugin-protocol
CommandProperties
Interface CommandProperties
interface
CommandProperties
{
args
?:
string
[]
;
command
:
string
;
options
?:
{
cwd
?:
string
;
[
key
:
string
]:
any
}
;
}
Hierarchy (
View Summary
)
CommandProperties
ProcessTaskDto
Index
Properties
args?
command
options?
Properties
Optional
args
args
?:
string
[]
command
command
:
string
Optional
options
options
?:
{
cwd
?:
string
;
[
key
:
string
]:
any
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
command
options
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...