Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
CommandProperties
Interface CommandProperties
interface
CommandProperties
{
args
?:
string
[]
;
command
:
string
;
options
?:
{
cwd
?:
string
;
[
key
:
string
]
:
any
;
}
;
}
Hierarchy (
view full
)
CommandProperties
ProcessTaskDto
Index
Properties
args?
command
options?
Properties
Optional
args
args
?:
string
[]
command
command
:
string
Optional
options
options
?:
{
cwd
?:
string
;
[
key
:
string
]
:
any
;
}
Type declaration
[
key
:
string
]:
any
Optional
cwd
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
args
command
options
Theia TypeDoc
Loading...