Interface: PipelineHookContext<T, R, Args>
Interface: PipelineHookContext<T, R, Args>
PipelineHookContext Type.
Type Parameters
T
T
= unknown
R
R
= T
Args
Args
extends any
[] = any
[]
Properties
instance
instance: PipeCustomInstance<T, R>;
passable
passable: T;
pipe
pipe: PipeCustomInstance<T, R>;
pipes
pipes: MetaPipe<T, R, Args>[];