@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 476 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ExtraPluginsOptions](./x-components.extrapluginsoptions.md) > [bus](./x-components.extrapluginsoptions.bus.md)
## ExtraPluginsOptions.bus property
The events bus instance used to communicate different part of the x-components.
**Signature:**
```typescript
bus: XBus<XEventsTypes, WireMetadata>;
```