<!-- 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

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[config](./x-components.semanticqueriesstate.config.md)


</td><td>


</td><td>

[SemanticQueriesConfig](./x-components.semanticqueriesconfig.md)


</td><td>

The configuration of the semantic queries' module.


</td></tr>
<tr><td>

[params](./x-components.semanticqueriesstate.params.md)


</td><td>


</td><td>

Dictionary&lt;unknown&gt;


</td><td>

The extra params property of the state.


</td></tr>
<tr><td>

[relatedTags](./x-components.semanticqueriesstate.relatedtags.md)


</td><td>


</td><td>

RelatedTag\[\]


</td><td>

The list of the related tags, related to the `query` property of the state.


</td></tr>
<tr><td>

[semanticQueries](./x-components.semanticqueriesstate.semanticqueries.md)


</td><td>


</td><td>

SemanticQuery\[\]


</td><td>

The request and results.


</td></tr>
<tr><td>

[totalResults](./x-components.semanticqueriesstate.totalresults.md)


</td><td>


</td><td>

number


</td><td>

The number of the total results of the query.


</td></tr>
</tbody></table>

