@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 441 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [XPlugin](./x-components.xplugin.md) > [store](./x-components.xplugin.store.md)
## XPlugin.store property
[Vuex Store](https://vuex.vuejs.org) Is the place where all shared data is saved.
**Signature:**
```typescript
static get store(): Store<RootXStoreState>;
```