MCPcopy
hub / github.com/alm-tools/alm / emit

Method emit

src/typings/golden-layout.d.ts:492–492  ·  view source on GitHub ↗

* Notify listeners of an event and pass arguments along * @param eventName The name of the event to emit

(eventName: string, arg1?: any, arg2?: any, ...argN: any[])

Source from the content-addressed store, hash-verified

490 * @param eventName The name of the event to emit
491 */
492 emit(eventName: string, arg1?: any, arg2?: any, ...argN: any[]): void;
493
494 /**
495 * Alias for emit

Callers 15

server.tsFile · 0.65
runFunction · 0.65
constructorMethod · 0.65
RequesterResponderClass · 0.65
setupAllCastMethod · 0.65
FindAndReplaceClass · 0.65
MainPanelClass · 0.65
renderMethod · 0.65
openOutputJSFileMethod · 0.65
StatusBarClass · 0.65
componentDidMountMethod · 0.65
FileTreeClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected