Skip to content
PACKAGES

throttleTime()

throttleTime: RxJS-named alias of {@link throttle}.

import { throttleTime } from "@graphrefly/ts/operators";
function throttleTime(ms: number): Operator<S, S>
ParameterTypeDescription
msnumberDuration or timestamp in milliseconds.

A Operator<S, S> value.

import { throttleTime } from "@graphrefly/ts/operators";

packages/ts/src/graph/time.ts