@empathyco/x-components
Version:
Empathy X Components
25 lines (16 loc) • 1.61 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
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [setParams](./x-components.semanticqueriesmutations.setparams.md) | | (params: Dictionary<unknown>) => void | Sets the extra params of the module. |
| [setSemanticQueries](./x-components.semanticqueriesmutations.setsemanticqueries.md) | | (semanticQueries: SemanticQuery\[\]) => void | Sets the [SemanticQueriesState.semanticQueries](./x-components.semanticqueriesstate.semanticqueries.md) property. |
| [setSemanticQueriesRelatedTags](./x-components.semanticqueriesmutations.setsemanticqueriesrelatedtags.md) | | (relatedTags: RelatedTag\[\]) => void | Sets the related tags of the module. |
| [setTotalResults](./x-components.semanticqueriesmutations.settotalresults.md) | | (totalResults: number) => void | Sets the [SemanticQueriesState.totalResults](./x-components.semanticqueriesstate.totalresults.md) property. |