Skip to content

Home > @idealeap/pipeline > BatchOptions > onProgress

BatchOptions.onProgress property

Signature:

typescript
onProgress?: (completed: number, total: number) => void;
onProgress?: (completed: number, total: number) => void;

Released under the MIT License.