<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [SemanticQueriesMutations](./x-components.semanticqueriesmutations.md)

## SemanticQueriesMutations interface

SemanticQueries store mutations.

**Signature:**

```typescript
export interface SemanticQueriesMutations extends QueryMutations, ConfigMutations<SemanticQueriesState> 
```
**Extends:** [QueryMutations](./x-components.querymutations.md)<!-- -->, [ConfigMutations](./x-components.configmutations.md)<!-- -->&lt;[SemanticQueriesState](./x-components.semanticqueriesstate.md)<!-- -->&gt;

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[setParams](./x-components.semanticqueriesmutations.setparams.md)


</td><td>


</td><td>

(params: Dictionary&lt;unknown&gt;) =&gt; void


</td><td>

Sets the extra params of the module.


</td></tr>
<tr><td>

[setSemanticQueries](./x-components.semanticqueriesmutations.setsemanticqueries.md)


</td><td>


</td><td>

(semanticQueries: SemanticQuery\[\]) =&gt; void


</td><td>

Sets the [SemanticQueriesState.semanticQueries](./x-components.semanticqueriesstate.semanticqueries.md) property.


</td></tr>
<tr><td>

[setSemanticQueriesRelatedTags](./x-components.semanticqueriesmutations.setsemanticqueriesrelatedtags.md)


</td><td>


</td><td>

(relatedTags: RelatedTag\[\]) =&gt; void


</td><td>

Sets the related tags of the module.


</td></tr>
<tr><td>

[setTotalResults](./x-components.semanticqueriesmutations.settotalresults.md)


</td><td>


</td><td>

(totalResults: number) =&gt; void


</td><td>

Sets the [SemanticQueriesState.totalResults](./x-components.semanticqueriesstate.totalresults.md) property.


</td></tr>
</tbody></table>

