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

Method off

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

Source from the content-addressed store, hash-verified

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;
26}

Callers 2

unsubFunction · 0.65
disableFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected