@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 745 B
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) > [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