Skip to content

Home > @idealeap/pipeline > BatchOptions > onBatchResult

BatchOptions.onBatchResult property

Signature:

typescript
onBatchResult?: (results: Awaited<R>[]) => Awaited<R>[] | Awaited<R>;
onBatchResult?: (results: Awaited<R>[]) => Awaited<R>[] | Awaited<R>;

Released under the MIT License.