Skip to content

Home > @idealeap/pipeline > PipelineContext > stepParams

PipelineContext.stepParams property

A record of parameters for the steps in the pipeline.

Signature:

typescript
stepParams: Record<string, any>;
stepParams: Record<string, any>;

Released under the MIT License.