@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 807 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchGetters](./x-components.searchgetters.md)
## SearchGetters interface
Search store getters.
**Signature:**
```typescript
export interface SearchGetters
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [query](./x-components.searchgetters.query.md) | | string | The combination of the query and the selected related tags. |
| [request](./x-components.searchgetters.request.md) | | [InternalSearchRequest](./x-components.internalsearchrequest.md) \| null | The adapter request object for retrieving the results, or null if there is no valid data to create a request. |