@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 528 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [InstallXOptions](./x-components.installxoptions.md) > [api](./x-components.installxoptions.api.md)
## InstallXOptions.api property
The API to expose globally. If is not passed the default [BaseXAPI](./x-components.basexapi.md) will be used. If a `false` value is passed then the API is not created.
**Signature:**
```typescript
api?: API | false;
```