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