Preparing search index...
The search index is not available
@mdf.js
@mdf.js
@mdf.js/tasks
SingleTaskBaseConfig
Interface SingleTaskBaseConfig<Result, Binding>
Represents the base configuration for a single task
interface
SingleTaskBaseConfig
<
Result
=
any
,
Binding
=
any
>
{
options
:
WellIdentifiedTaskOptions
<
Binding
>
;
task
:
TaskAsPromise
<
Result
>
;
taskArgs
?:
TaskArguments
;
}
Type Parameters
Result
=
any
Binding
=
any
Index
Properties
options
task
task
Args?
Properties
options
options
:
WellIdentifiedTaskOptions
<
Binding
>
Task options
task
task
:
TaskAsPromise
<
Result
>
Task
Optional
task
Args
taskArgs
?:
TaskArguments
Task arguments
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
options
task
task
Args
@mdf.js
Loading...
Represents the base configuration for a single task