Skip to content

Home > @idealeap/pipeline > PipelineOptions > globalParams

PipelineOptions.globalParams property

Optional global parameters to be used by all steps in the pipeline which will be inserted to pipe's context self_params

Signature:

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

Released under the MIT License.