@wpkernel/pipeline v0.12.1-beta.3
@wpkernel/pipeline / HelperApplyOptions
Interface: HelperApplyOptions<TContext, TInput, TOutput, TReporter>
Options passed to a helper's apply function.
Type Parameters
TContext
TContext
TInput
TInput
TOutput
TOutput
TReporter
TReporter extends PipelineReporter = PipelineReporter
Properties
context
ts
readonly context: TContext;input
ts
readonly input: TInput;output
ts
readonly output: TOutput;reporter
ts
readonly reporter: TReporter;