Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
export
interface
ThrottleController {
29
clear(): void;
30
debounceNextCall(debounceDelay: number): void;
31
};
32
33
/**
Callers
1
ParallelView.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected