Auto
Documentation
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference

PacerProviderProps

Interface: PacerProviderProps

Defined in: preact-pacer/src/provider/PacerProvider.tsx:38

Properties

children

ts
children: ComponentChildren;
children: ComponentChildren;

Defined in: preact-pacer/src/provider/PacerProvider.tsx:39


defaultOptions?

ts
optional defaultOptions: PacerProviderOptions;
optional defaultOptions: PacerProviderOptions;

Defined in: preact-pacer/src/provider/PacerProvider.tsx:40