UNPKG

@empathyco/x-components

Version:
14 lines (8 loc) 538 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [XPlugin](./x-components.xplugin.md) &gt; [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; ```