Docs
Cloudflare
CodeRabbit
Railway
WorkOS
Netlify
Clerk
AG Grid
SerpAPI
OpenRouter
Unkey
Electric
Sentry
Prisma
Cloudflare
CodeRabbit
Railway
WorkOS
Netlify
Clerk
AG Grid
SerpAPI
OpenRouter
Unkey
Electric
Sentry
Prisma
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference

ThrottledSignal

Interface: ThrottledSignal()<TValue, TSelected>

Defined in: angular-pacer/src/throttler/injectThrottledSignal.ts:11

Type Parameters

TValue

TValue

TSelected

TSelected = { }

ts
ThrottledSignal(): TValue;
ThrottledSignal(): TValue;

Defined in: angular-pacer/src/throttler/injectThrottledSignal.ts:12

Returns

TValue

Properties

set

ts
set: Setter<TValue>;
set: Setter<TValue>;

Defined in: angular-pacer/src/throttler/injectThrottledSignal.ts:13


throttler

ts
throttler: AngularThrottler<Setter<TValue>, TSelected>;
throttler: AngularThrottler<Setter<TValue>, TSelected>;

Defined in: angular-pacer/src/throttler/injectThrottledSignal.ts:14