Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.08 KB

File metadata and controls

49 lines (30 loc) · 1.08 KB
id ThrottledSignal
title ThrottledSignal

Interface: ThrottledSignal()<TValue, TSelected>

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

Type Parameters

TValue

TValue

TSelected

TSelected = { }

ThrottledSignal(): TValue;

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

Returns

TValue

Properties

set

set: Setter<TValue>;

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


throttler

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

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