@wpkernel/pipeline v0.12.1-beta.3
@wpkernel/pipeline / CreateHelperOptions
Interface: CreateHelperOptions<TContext, TInput, TOutput, TReporter, TKind>
Options for creating a new helper.
Type Parameters
TContext
TContext
TInput
TInput
TOutput
TOutput
TReporter
TReporter extends PipelineReporter = PipelineReporter
TKind
TKind extends HelperKind = HelperKind
Properties
apply
ts
readonly apply: HelperApplyFn<TContext, TInput, TOutput, TReporter>;key
ts
readonly key: string;kind
ts
readonly kind: TKind;dependsOn?
ts
readonly optional dependsOn: readonly string[];mode?
ts
readonly optional mode: HelperMode;origin?
ts
readonly optional origin: string;priority?
ts
readonly optional priority: number;