MCPcopy
hub / github.com/DevCloudFE/ng-devui / add

Method add

devui/theme/utils/interface.ts:12–12  ·  view source on GitHub ↗
(eventName: string, callbacks: Function)

Source from the content-addressed store, hash-verified

10
11export interface IEventBus {
12 add(eventName: string, callbacks: Function): void;
13 remove(eventName: string, callbacks: Function): void;
14 trigger(eventName: string, data: any): void;
15}

Callers 15

addCodeCopyMethod · 0.65
setThemeMethod · 0.65
addScrollEventMethod · 0.65
constructorMethod · 0.65
ngOnInitMethod · 0.65
hidePrevIsCoveredMethod · 0.65
hideNextIsCoveredMethod · 0.65
ngOnInitMethod · 0.65
ngOnInitMethod · 0.65
ngOnInitMethod · 0.65
ngOnInitMethod · 0.65
ngOnInitMethod · 0.65

Implementers 1

EventBusdevui/theme/utils/event-bus.ts

Calls

no outgoing calls

Tested by

no test coverage detected