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
Parameter | Type | Description |
---|---|---|
description | string | The description to be assigned. |
Returns:
this
The same pipe instance, to support method chaining.