@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 571 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [XPlugin](./x-components.xplugin.md) > [bus](./x-components.xplugin.bus.md)
## XPlugin.bus property
Exposed XBus, so any kind of application can subscribe to [XEventsTypes](./x-components.xeventstypes.md) without having to pass through a component. This property is only available after installing the plugin.
**Signature:**
```typescript
static get bus(): XBus<XEventsTypes, WireMetadata>;
```