UNPKG

@empathyco/x-components

Version:
23 lines (14 loc) 1.13 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ExtraPluginsOptions](./x-components.extrapluginsoptions.md) ## ExtraPluginsOptions interface Options to install more Vue plugins with. **Signature:** ```typescript export interface ExtraPluginsOptions ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [app](./x-components.extrapluginsoptions.app.md) | | App | The Vue application instance that is being used. | | [bus](./x-components.extrapluginsoptions.bus.md) | | [XBus](./x-components.xbus.md)<!-- -->&lt;[XEventsTypes](./x-components.xeventstypes.md)<!-- -->, [WireMetadata](./x-components.wiremetadata.md)<!-- -->&gt; | The events bus instance used to communicate different part of the x-components. | | [snippet](./x-components.extrapluginsoptions.snippet.md) | | [NormalisedSnippetConfig](./x-components.normalisedsnippetconfig.md) | Configuration coming from the client website with options like the lang, or the active currency. |