@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 1.03 kB
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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[query](./x-components.searchgetters.query.md)
</td><td>
</td><td>
string
</td><td>
The combination of the query and the selected related tags.
</td></tr>
<tr><td>
[request](./x-components.searchgetters.request.md)
</td><td>
</td><td>
[InternalSearchRequest](./x-components.internalsearchrequest.md) \| null
</td><td>
The adapter request object for retrieving the results, or null if there is no valid data to create a request.
</td></tr>
</tbody></table>