Skip to content

Home > @idealeap/pipeline > Pipe > enableBatching

Pipe.enableBatching() method

Set batch = true for the pipe.

Signature:

typescript
enableBatching(): this;
enableBatching(): this;

Returns:

this

The same pipe instance, to support method chaining.

Released under the MIT License.