Skip to content

Home > @idealeap/pipeline > BatchOptions > onResult

BatchOptions.onResult property

Signature:

typescript
onResult?: (result: Awaited<R>) => Awaited<R>;
onResult?: (result: Awaited<R>) => Awaited<R>;

Released under the MIT License.