@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 662 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [NextQueriesMutations](./x-components.nextqueriesmutations.md) > [setNextQueries](./x-components.nextqueriesmutations.setnextqueries.md)
## NextQueriesMutations.setNextQueries() method
Sets the next queries of the module.
**Signature:**
```typescript
setNextQueries(nextQueries: NextQuery[]): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| nextQueries | NextQuery\[\] | The new next queries to save to the state. |
**Returns:**
void