<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [XPlugin](./x-components.xplugin.md) &gt; [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>;
```
