MCPcopy
hub / github.com/TargetProcess/tauCharts / on

Method on

types/index.d.ts:123–123  ·  view source on GitHub ↗
(name: string, callback: EventCallback, context?: any)

Source from the content-addressed store, hash-verified

121 addHandler(callbacks: EventHandlerMap, context?: any): void;
122 removeHandler(callbacks: EventHandlerMap, context?: any): void;
123 on(name: string, callback: EventCallback, context?: any): EventHandlerMap;
124 fire(name: string, data: any): void;
125 destroy(): void;
126}

Callers 1

updateSpecPluginFunction · 0.80

Implementers 1

Plottypes/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected