MCPcopy Create free account
hub / github.com/apache/echarts / debounceNextCall

Method debounceNextCall

src/util/throttle.ts:30–30  ·  view source on GitHub ↗
(debounceDelay: number)

Source from the content-addressed store, hash-verified

28export interface ThrottleController {
29 clear(): void;
30 debounceNextCall(debounceDelay: number): void;
31};
32
33/**

Callers 1

ParallelView.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected