UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 1.24 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)<!-- -->&lt;[XEventsTypes](./x-components.xeventstypes.md)<!-- -->, [WireMetadata](./x-components.wiremetadata.md)<!-- -->&gt; | The XBus used in the [XPlugin](./x-components.xplugin.md)<!-- -->. | | [plugin](./x-components.initwrapper.plugin.md) | | Plugin&lt;[XPluginOptions](./x-components.xpluginoptions.md)<!-- -->&gt; | The installed [XPlugin](./x-components.xplugin.md) instance. |