@wpkernel/pipeline v0.12.1-beta.3
@wpkernel/pipeline / HelperDescriptor
Interface: HelperDescriptor<TKind>
Base descriptor for a pipeline helper.
Extended by
Type Parameters
TKind
TKind extends HelperKind = HelperKind
Properties
dependsOn
ts
readonly dependsOn: readonly string[];key
ts
readonly key: string;kind
ts
readonly kind: TKind;mode
ts
readonly mode: HelperMode;priority
ts
readonly priority: number;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
falseorigin?
ts
readonly optional origin: string;