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