API Reference
throttleTime()
throttleTime: RxJS-named alias of {@link throttle}.
Import
import { throttleTime } from "@graphrefly/ts/operators";
Signature
function throttleTime(ms: number): Operator<S, S>
Parameters
| Parameter | Type | Description |
|---|---|---|
ms | number | Duration or timestamp in milliseconds. |
Returns
A Operator<S, S> value.
Example
import { throttleTime } from "@graphrefly/ts/operators";
Source
packages/ts/src/graph/time.ts