proposit-core
Preparing search index...
lib
TPipelineFinalize
Type Alias TPipelineFinalize<TOutput>
type
TPipelineFinalize
<
TOutput
>
=
{
dependsOn
:
readonly
TDepSpec
[]
;
run
:
(
ctx
:
TStageContext
)
=>
TOutput
;
}
Type Parameters
TOutput
Index
Properties
depends
On
run
Properties
depends
On
dependsOn
:
readonly
TDepSpec
[]
run
run
:
(
ctx
:
TStageContext
)
=>
TOutput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
depends
On
run
proposit-core
Loading...