MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / on

Method on

src/interaction/createEventManager.ts:22–22  ·  view source on GitHub ↗
(event: ChartGPUEventName, callback: ChartGPUEventCallback)

Source from the content-addressed store, hash-verified

20export interface EventManager {
21 readonly canvas: HTMLCanvasElement;
22 on(event: ChartGPUEventName, callback: ChartGPUEventCallback): void;
23 off(event: ChartGPUEventName, callback: ChartGPUEventCallback): void;
24 updateGridArea(gridArea: GridArea): void;
25 dispose(): void;

Callers 3

createRenderCoordinatorFunction · 0.65
connectChartsFunction · 0.65
enableFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected