@empathyco/x-components
Version:
Empathy X Components
117 lines (52 loc) • 1.97 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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)<!-- --><[SemanticQueriesState](./x-components.semanticqueriesstate.md)<!-- -->>
## 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<unknown>) => 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\[\]) => 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\[\]) => 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) => void
</td><td>
Sets the [SemanticQueriesState.totalResults](./x-components.semanticqueriesstate.totalresults.md) property.
</td></tr>
</tbody></table>