GraphReFlyTS

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

ParameterTypeDescription
msnumberDuration or timestamp in milliseconds.

Returns

A Operator<S, S> value.

Example

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

Source

packages/ts/src/graph/time.ts