@bluelibs/runner - v5.5.0
Preparing search index...
definitions
TaskStoreElementType
Type Alias TaskStoreElementType<Input, Output, D>
type
TaskStoreElementType
<
Input
=
any
,
Output
extends
Promise
<
any
>
=
any
,
D
extends
DependencyMapType
=
any
,
>
=
{
computedDependencies
:
DependencyValuesType
<
D
>
;
interceptors
?:
TaskLocalInterceptorRecord
<
any
,
any
>
[]
;
isInitialized
:
boolean
;
task
:
ITask
<
Input
,
Output
,
D
>
;
}
Type Parameters
Input
=
any
Output
extends
Promise
<
any
>
=
any
D
extends
DependencyMapType
=
any
Index
Properties
computed
Dependencies
interceptors?
is
Initialized
task
Properties
computed
Dependencies
computedDependencies
:
DependencyValuesType
<
D
>
Optional
interceptors
interceptors
?:
TaskLocalInterceptorRecord
<
any
,
any
>
[]
is
Initialized
isInitialized
:
boolean
task
task
:
ITask
<
Input
,
Output
,
D
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
computed
Dependencies
interceptors
is
Initialized
task
@bluelibs/runner - v5.5.0
Loading...