UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 1.28 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; ## Methods | Method | Description | | --- | --- | | [setParams(params)](./x-components.semanticqueriesmutations.setparams.md) | Sets the extra params of the module. | | [setSemanticQueries(semanticQueries)](./x-components.semanticqueriesmutations.setsemanticqueries.md) | Sets the [SemanticQueriesState.semanticQueries](./x-components.semanticqueriesstate.semanticqueries.md) property. | | [setTotalResults(totalResults)](./x-components.semanticqueriesmutations.settotalresults.md) | Sets the [SemanticQueriesState.totalResults](./x-components.semanticqueriesstate.totalresults.md) property. |