| id | AngularBatcherOptions |
|---|---|
| title | AngularBatcherOptions |
Defined in: angular-pacer/src/batcher/injectBatcher.ts:9
BatcherOptions<TValue>
TValue
TSelected = {
}
optional onUnmount: (batcher) => void;Defined in: angular-pacer/src/batcher/injectBatcher.ts:17
Optional callback invoked when the component is destroyed. Receives the batcher instance. When provided, replaces the default cleanup (cancel); use it to call flush(), cancel(), add logging, etc.
AngularBatcher<TValue, TSelected>
void