인터페이스: PacerProviderOptions
정의 위치: react-pacer/src/provider/PacerProvider.tsx:22
속성
asyncBatcher?
optional asyncBatcher: Partial<AsyncBatcherOptions<any>>;
정의 위치: react-pacer/src/provider/PacerProvider.tsx:23
asyncDebouncer?
optional asyncDebouncer: Partial<AsyncDebouncerOptions<AnyAsyncFunction>>;
정의 위치: react-pacer/src/provider/PacerProvider.tsx:24
asyncQueuer?
optional asyncQueuer: Partial<AsyncQueuerOptions<any>>;
정의 위치: react-pacer/src/provider/PacerProvider.tsx:25
asyncRateLimiter?
optional asyncRateLimiter: Partial<AsyncRateLimiterOptions<AnyAsyncFunction>>;
정의 위치: react-pacer/src/provider/PacerProvider.tsx:26
asyncThrottler?
optional asyncThrottler: Partial<AsyncThrottlerOptions<AnyAsyncFunction>>;
정의 위치: react-pacer/src/provider/PacerProvider.tsx:27
batcher?
optional batcher: Partial<BatcherOptions<any>>;
정의 위치: react-pacer/src/provider/PacerProvider.tsx:28
debouncer?
optional debouncer: Partial<DebouncerOptions<AnyFunction>>;
정의 위치: react-pacer/src/provider/PacerProvider.tsx:29
queuer?
optional queuer: Partial<QueuerOptions<any>>;
정의 위치: react-pacer/src/provider/PacerProvider.tsx:30
rateLimiter?
optional rateLimiter: Partial<RateLimiterOptions<AnyFunction>>;
정의 위치: react-pacer/src/provider/PacerProvider.tsx:31
throttler?
optional throttler: Partial<ThrottlerOptions<AnyFunction>>;