Skip to main content

Function: getEventBus()

getEventBus(): PluginEventBus

Defined in: src/plugins/core/plugin-registry.ts:129

Gets the event bus instance from the global container.

Returns

PluginEventBus

Event bus instance

Example

const eventBus = getEventBus();
eventBus.emit('preprint.indexed', { uri, title });