@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 464 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [Previewable](./x-types.previewable.md) > [results](./x-types.previewable.results.md)
## Previewable.results property
The results that the combination of `query` and `facets` properties return, or `null` if they have not been loaded yet.
**Signature:**
```typescript
results?: Result[] | null;
```