UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 745 B
<!-- 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) &gt; [setSemanticQueries](./x-components.semanticqueriesmutations.setsemanticqueries.md) ## SemanticQueriesMutations.setSemanticQueries() method Sets the [SemanticQueriesState.semanticQueries](./x-components.semanticqueriesstate.semanticqueries.md) property. **Signature:** ```typescript setSemanticQueries(semanticQueries: SemanticQuery[]): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | semanticQueries | SemanticQuery\[\] | | **Returns:** void