본문으로 건너뛰기

인터페이스: PacerProviderOptions

정의 위치: preact-pacer/src/provider/PacerProvider.tsx:19

속성

asyncBatcher?

optional asyncBatcher: Partial<AsyncBatcherOptions<any>>;

정의 위치: preact-pacer/src/provider/PacerProvider.tsx:20


asyncDebouncer?

optional asyncDebouncer: Partial<AsyncDebouncerOptions<AnyAsyncFunction>>;

정의 위치: preact-pacer/src/provider/PacerProvider.tsx:21


asyncQueuer?

optional asyncQueuer: Partial<AsyncQueuerOptions<any>>;

정의 위치: preact-pacer/src/provider/PacerProvider.tsx:22


asyncRateLimiter?

optional asyncRateLimiter: Partial<AsyncRateLimiterOptions<AnyAsyncFunction>>;

정의 위치: preact-pacer/src/provider/PacerProvider.tsx:23


asyncThrottler?

optional asyncThrottler: Partial<AsyncThrottlerOptions<AnyAsyncFunction>>;

정의 위치: preact-pacer/src/provider/PacerProvider.tsx:24


batcher?

optional batcher: Partial<BatcherOptions<any>>;

정의 위치: preact-pacer/src/provider/PacerProvider.tsx:25


debouncer?

optional debouncer: Partial<DebouncerOptions<AnyFunction>>;

정의 위치: preact-pacer/src/provider/PacerProvider.tsx:26


queuer?

optional queuer: Partial<QueuerOptions<any>>;

정의 위치: preact-pacer/src/provider/PacerProvider.tsx:27


rateLimiter?

optional rateLimiter: Partial<RateLimiterOptions<AnyFunction>>;

정의 위치: preact-pacer/src/provider/PacerProvider.tsx:28


throttler?

optional throttler: Partial<ThrottlerOptions<AnyFunction>>;

정의 위치: preact-pacer/src/provider/PacerProvider.tsx:29