@empathyco/x-components
Version:
Empathy X Components
26 lines (17 loc) • 1.31 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SemanticQueriesState](./x-components.semanticqueriesstate.md)
## SemanticQueriesState interface
SemanticQueries store state.
**Signature:**
```typescript
export interface SemanticQueriesState extends QueryState
```
**Extends:** [QueryState](./x-components.querystate.md)
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [config](./x-components.semanticqueriesstate.config.md) | | [SemanticQueriesConfig](./x-components.semanticqueriesconfig.md) | The configuration of the semantic queries' module. |
| [params](./x-components.semanticqueriesstate.params.md) | | Dictionary<unknown> | The extra params property of the state. |
| [relatedTags](./x-components.semanticqueriesstate.relatedtags.md) | | RelatedTag\[\] | The list of the related tags, related to the <code>query</code> property of the state. |
| [semanticQueries](./x-components.semanticqueriesstate.semanticqueries.md) | | SemanticQuery\[\] | The request and results. |
| [totalResults](./x-components.semanticqueriesstate.totalresults.md) | | number | The number of the total results of the query. |