Skip to main content

QGlobalEventBus

@quik/events


@quik/events / QGlobalEventBus

Variable: QGlobalEventBus

const QGlobalEventBus: QEventBus

Defined in: EventBus.ts:10

The global singleton event bus for the application.

Use this to publish and subscribe to domain events across the framework.

See

QEventBus