Function: getEventBus()
getEventBus():
PluginEventBus
Defined in: src/plugins/core/plugin-registry.ts:129
Gets the event bus instance from the global container.
Returns
Event bus instance
Example
const eventBus = getEventBus();
eventBus.emit('preprint.indexed', { uri, title });