Skip to content

Home > @idealeap/pipeline > Pipe > setId

Pipe.setId() method

Sets the ID of the pipe.

Signature:

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

Parameters

ParameterTypeDescription
idstringThe ID to be assigned.

Returns:

this

The same pipe instance, to support method chaining.

Released under the MIT License.