Preparing search index...
The search index is not available
@mdf.js
@mdf.js
@mdf.js/tasks
GroupTaskBaseConfig
Interface GroupTaskBaseConfig<Result, Binding>
Represents the base configuration for a group of tasks
interface
GroupTaskBaseConfig
<
Result
=
any
,
Binding
=
any
>
{
options
:
WellIdentifiedTaskOptions
<
any
>
;
tasks
:
SingleTaskBaseConfig
<
Result
,
Binding
>
[]
;
}
Type Parameters
Result
=
any
Binding
=
any
Index
Properties
options
tasks
Properties
options
options
:
WellIdentifiedTaskOptions
<
any
>
Group of tasks options
tasks
tasks
:
SingleTaskBaseConfig
<
Result
,
Binding
>
[]
Tasks
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
options
tasks
@mdf.js
Loading...
Represents the base configuration for a group of tasks