Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
notify
Method · 0.65
Implementers
1
EventBus
devui/theme/utils/event-bus.ts
Calls
no outgoing calls
Tested by
no test coverage detected