@empathyco/x-components
Version:
Empathy X Components
23 lines (14 loc) • 1.13 kB
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)
## 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)<!-- --><[XEventsTypes](./x-components.xeventstypes.md)<!-- -->, [WireMetadata](./x-components.wiremetadata.md)<!-- -->> | 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. |