Defined in: react-pacer/src/queuer/useQueuer.ts:9
TValue
TSelected = { }
optional onUnmount: (queuer) => void;
Defined in: react-pacer/src/queuer/useQueuer.ts:17
Optional callback invoked when the component unmounts. Receives the queuer instance. When provided, replaces the default cleanup (stop); use it to call flush(), flushAsBatch(), stop(), add logging, etc.
ReactQueuer<TValue, TSelected>
void