@wpkernel/pipeline v0.12.1-beta.3
@wpkernel/pipeline / PipelineStep
Interface: PipelineStep<TKind>
A pipeline step representing an executed helper.
Extends
HelperDescriptor<TKind>
Type Parameters
TKind
TKind extends HelperKind = HelperKind
Properties
dependsOn
ts
readonly dependsOn: readonly string[];Inherited from
id
ts
readonly id: string;index
ts
readonly index: number;key
ts
readonly key: string;Inherited from
kind
ts
readonly kind: TKind;Inherited from
mode
ts
readonly mode: HelperMode;Inherited from
priority
ts
readonly priority: number;Inherited from
optional?
ts
readonly optional optional: boolean;Whether this helper is optional and may not execute. Optional helpers won't cause validation errors if they don't run. Useful for conditional/feature-flag helpers.
Default Value
ts
falseInherited from
origin?
ts
readonly optional origin: string;