Framework
Version
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference

PacerProviderOptions

Interface: PacerProviderOptions

Defined in: react-pacer/src/provider/PacerProvider.tsx:18

Properties

asyncBatcher?

ts
optional asyncBatcher: Partial<AsyncBatcherOptions<any>>;
optional asyncBatcher: Partial<AsyncBatcherOptions<any>>;

Defined in: react-pacer/src/provider/PacerProvider.tsx:19


asyncDebouncer?

ts
optional asyncDebouncer: Partial<AsyncDebouncerOptions<AnyAsyncFunction>>;
optional asyncDebouncer: Partial<AsyncDebouncerOptions<AnyAsyncFunction>>;

Defined in: react-pacer/src/provider/PacerProvider.tsx:20


asyncQueuer?

ts
optional asyncQueuer: Partial<AsyncQueuerOptions<any>>;
optional asyncQueuer: Partial<AsyncQueuerOptions<any>>;

Defined in: react-pacer/src/provider/PacerProvider.tsx:21


asyncRateLimiter?

ts
optional asyncRateLimiter: Partial<AsyncRateLimiterOptions<AnyAsyncFunction>>;
optional asyncRateLimiter: Partial<AsyncRateLimiterOptions<AnyAsyncFunction>>;

Defined in: react-pacer/src/provider/PacerProvider.tsx:22


asyncThrottler?

ts
optional asyncThrottler: Partial<AsyncThrottlerOptions<AnyAsyncFunction>>;
optional asyncThrottler: Partial<AsyncThrottlerOptions<AnyAsyncFunction>>;

Defined in: react-pacer/src/provider/PacerProvider.tsx:23


batcher?

ts
optional batcher: Partial<BatcherOptions<any>>;
optional batcher: Partial<BatcherOptions<any>>;

Defined in: react-pacer/src/provider/PacerProvider.tsx:24


debouncer?

ts
optional debouncer: Partial<DebouncerOptions<AnyFunction>>;
optional debouncer: Partial<DebouncerOptions<AnyFunction>>;

Defined in: react-pacer/src/provider/PacerProvider.tsx:25


queuer?

ts
optional queuer: Partial<QueuerOptions<any>>;
optional queuer: Partial<QueuerOptions<any>>;

Defined in: react-pacer/src/provider/PacerProvider.tsx:26


rateLimiter?

ts
optional rateLimiter: Partial<RateLimiterOptions<AnyFunction>>;
optional rateLimiter: Partial<RateLimiterOptions<AnyFunction>>;

Defined in: react-pacer/src/provider/PacerProvider.tsx:27


throttler?

ts
optional throttler: Partial<ThrottlerOptions<AnyFunction>>;
optional throttler: Partial<ThrottlerOptions<AnyFunction>>;

Defined in: react-pacer/src/provider/PacerProvider.tsx:28