Skip to content

Home > @idealeap/pipeline > Pipe > setDescription

Pipe.setDescription() method

Sets the description of the pipe.

Signature:

typescript
setDescription(description: string): this;
setDescription(description: string): this;

Parameters

ParameterTypeDescription
descriptionstringThe description to be assigned.

Returns:

this

The same pipe instance, to support method chaining.

Released under the MIT License.