@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 631 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) > [setParams](./x-components.nextqueriesmutations.setparams.md)
## NextQueriesMutations.setParams() method
Sets the extra params of the module.
**Signature:**
```typescript
setParams(params: Dictionary<unknown>): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| params | Dictionary<unknown> | The new extra params. |
**Returns:**
void