@empathyco/x-components
Version:
Empathy X Components
24 lines (15 loc) • 1.24 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [InitWrapper](./x-components.initwrapper.md)
## InitWrapper interface
Interface for the returned type of the [XInstaller.init()](./x-components.xinstaller.init.md) function.
**Signature:**
```typescript
export interface InitWrapper
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [api?](./x-components.initwrapper.api.md) | | [XAPI](./x-components.xapi.md) | _(Optional)_ The [XAPI](./x-components.xapi.md) to expose globally. |
| [app?](./x-components.initwrapper.app.md) | | App | _(Optional)_ The Vue application instance. |
| [bus](./x-components.initwrapper.bus.md) | | [XBus](./x-components.xbus.md)<!-- --><[XEventsTypes](./x-components.xeventstypes.md)<!-- -->, [WireMetadata](./x-components.wiremetadata.md)<!-- -->> | The XBus used in the [XPlugin](./x-components.xplugin.md)<!-- -->. |
| [plugin](./x-components.initwrapper.plugin.md) | | Plugin<[XPluginOptions](./x-components.xpluginoptions.md)<!-- -->> | The installed [XPlugin](./x-components.xplugin.md) instance. |