Defined in: angular-pacer/src/async-batcher/injectAsyncBatcher.ts:12
TValue
TSelected = { }
optional onUnmount: (batcher) => void;
Defined in: angular-pacer/src/async-batcher/injectAsyncBatcher.ts:21
Optional callback invoked when the component is destroyed. Receives the batcher instance. When provided, replaces the default cleanup (cancel + abort); use it to call flush(), cancel(), add logging, etc. When using onUnmount with flush, guard your callbacks since the component may already be destroyed.
AngularAsyncBatcher<TValue, TSelected>
void