<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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&lt;unknown&gt; | The extra params 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. |

