Defined in: angular-pacer/src/queuer/injectQueuer.ts:9
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