@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 538 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) > [adapter](./x-components.xplugin.adapter.md)
## XPlugin.adapter property
XComponentsAdapter Is the middleware between the components and our API where data can be mapped to client needs. This property is only available after installing the plugin.
**Signature:**
```typescript
static get adapter(): XComponentsAdapter;
```