Skip to content

Home > @idealeap/pipeline > Pipeline > removePipe

Pipeline.removePipe() method

Removes a pipe from the pipeline based on its ID.

Signature:

typescript
removePipe(id: string): this;
removePipe(id: string): this;

Parameters

ParameterTypeDescription
idstringThe ID of the pipe to be removed.

Returns:

this

The updated pipeline instance.

Released under the MIT License.