<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [GlobalXBus](./x-components.globalxbus.md)

## GlobalXBus variable

This component helps to subscribe to any [XEvent](./x-components.xevent.md) with custom callbacks using Vue listeners API.

**Signature:**

```typescript
_default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    listeners: {
        type: PropType<XEventListeners>;
        required: true;
    };
}>, () => string, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    listeners: {
        type: PropType<XEventListeners>;
        required: true;
    };
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```
