Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
TaskGroup
Class TaskGroup
Index
Constructors
constructor
Properties
id
is
Default
Build
Clean
Rebuild
Test
Methods
from
Constructors
constructor
new
Task
Group
(
id
,
label
)
:
TaskGroup
Parameters
id
:
"build"
|
"test"
|
"rebuild"
|
"clean"
label
:
string
Returns
TaskGroup
new
Task
Group
(
id
,
label
,
isDefault
?
)
:
TaskGroup
Parameters
id
:
"build"
|
"test"
|
"rebuild"
|
"clean"
label
:
string
Optional
isDefault
:
boolean
Returns
TaskGroup
Properties
Readonly
id
id
:
"build"
|
"test"
|
"rebuild"
|
"clean"
Readonly
is
Default
is
Default
:
boolean
Static
Build
Build
:
TaskGroup
= ...
Static
Clean
Clean
:
TaskGroup
= ...
Static
Rebuild
Rebuild
:
TaskGroup
= ...
Static
Test
Test
:
TaskGroup
= ...
Methods
Static
from
from
(
value
)
:
undefined
|
TaskGroup
Parameters
value
:
string
Returns
undefined
|
TaskGroup
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
id
is
Default
Build
Clean
Rebuild
Test
from
Theia TypeDoc
Loading...