Globals / "src/common/event-bus"
Module: "src/common/event-bus"#
Index#
Type aliases#
Variables#
Type aliases#
AppEvent#
Ƭ AppEvent: { action: string ; name: string ; params?: object }
Defined in src/common/event-bus.ts:3
Type declaration:
| Name | Type |
|---|---|
action |
string |
name |
string |
params? |
object |
Variables#
appEventBus#
• Const appEventBus: EventEmitter\<[AppEvent]> = new EventEmitter\<[AppEvent]>()
Defined in src/common/event-bus.ts:9
Last update: November 10, 2020