@bluelibs/runner - v6.3.1
Preparing search index...
TagDependencyTaskMatch
Interface TagDependencyTaskMatch<TTag>
interface
TagDependencyTaskMatch
<
TTag
extends
ITag
<
any
,
any
,
any
,
any
>
>
{
config
:
TagConfig
<
TTag
>
|
undefined
;
definition
:
TaggedTask
;
getInterceptingResourceIds
?:
()
=>
readonly
string
[]
;
intercept
?:
(
middleware
:
TaskLocalInterceptor
<
TagInputContract
<
TTag
>
,
Promise
<
TagOutputContract
<
TTag
>
>
,
>
,
)
=>
void
;
run
?:
TaskDependency
<
TagInputContract
<
TTag
>
,
Promise
<
TagOutputContract
<
TTag
>
>
,
>
;
}
Type Parameters
TTag
extends
ITag
<
any
,
any
,
any
,
any
>
Hierarchy (
View Summary
)
TagDependencyMatch
<
TaggedTask
<
TTag
>
,
TTag
>
TagDependencyTaskMatch
Index
Properties
config
definition
get
Intercepting
Resource
Ids?
intercept?
run?
Properties
config
config
:
TagConfig
<
TTag
>
|
undefined
definition
definition
:
TaggedTask
Optional
get
Intercepting
Resource
Ids
getInterceptingResourceIds
?:
()
=>
readonly
string
[]
Optional
intercept
intercept
?:
(
middleware
:
TaskLocalInterceptor
<
TagInputContract
<
TTag
>
,
Promise
<
TagOutputContract
<
TTag
>
>
,
>
,
)
=>
void
Optional
run
run
?:
TaskDependency
<
TagInputContract
<
TTag
>
,
Promise
<
TagOutputContract
<
TTag
>
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
definition
get
Intercepting
Resource
Ids
intercept
run
@bluelibs/runner - v6.3.1
Loading...