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

Interface EventHandlerMap

types/index.d.ts:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114type EventCallback = (sender: Emitter, data: any) => void;
115
116interface EventHandlerMap {
117 [event: string]: EventCallback;
118}
119
120interface Emitter {
121 addHandler(callbacks: EventHandlerMap, context?: any): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected