Skip to content

Home > @idealeap/pipeline > PipeOptions > params

PipeOptions.params property

An optional set of parameters to configure the pipe's behavior.

Signature:

typescript
params?: Record<string, any>;
params?: Record<string, any>;

Released under the MIT License.