UNPKG

@empathyco/x-components

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