@wpkernel/pipeline v0.12.1-beta.3
@wpkernel/pipeline / HelperExecutionSnapshot
Interface: HelperExecutionSnapshot<TKind>
Snapshot of helper execution status.
Type Parameters
TKind
TKind extends HelperKind = HelperKind
Properties
executed
ts
readonly executed: readonly string[];kind
ts
readonly kind: TKind;missing
ts
readonly missing: readonly string[];registered
ts
readonly registered: readonly string[];