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

Interface Emitter

types/index.d.ts:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120interface Emitter {
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}
127
128interface PlotSize {
129 width?: number;

Callers 2

updateSpecPluginFunction · 0.80
index.jsFile · 0.80

Implementers 1

Plottypes/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected