@empathyco/x-components
Version:
Empathy X Components
23 lines (14 loc) • 888 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SemanticQueriesGetters](./x-components.semanticqueriesgetters.md)
## SemanticQueriesGetters interface
SemanticQueries store getters.
**Signature:**
```typescript
export interface SemanticQueriesGetters
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [normalizedQuery](./x-components.semanticqueriesgetters.normalizedquery.md) | | string | The normalized module's query. |
| [query](./x-components.semanticqueriesgetters.query.md) | | string | The combination of the query and the selected related tags. |
| [request](./x-components.semanticqueriesgetters.request.md) | | SemanticQueriesRequest \| null | The request to fetch the semantic queries. |