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

Method trigger

devui/theme/utils/interface.ts:14–14  ·  view source on GitHub ↗
(eventName: string, data: any)

Source from the content-addressed store, hash-verified

12 add(eventName: string, callbacks: Function): void;
13 remove(eventName: string, callbacks: Function): void;
14 trigger(eventName: string, data: any): void;
15}

Callers 1

notifyMethod · 0.65

Implementers 1

EventBusdevui/theme/utils/event-bus.ts

Calls

no outgoing calls

Tested by

no test coverage detected