UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 647 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [PopularSearchesMutations](./x-components.popularsearchesmutations.md) &gt; [setParams](./x-components.popularsearchesmutations.setparams.md) ## PopularSearchesMutations.setParams() method Sets the extra params of the module. **Signature:** ```typescript setParams(params: Dictionary<unknown>): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | params | Dictionary&lt;unknown&gt; | The new extra params. | **Returns:** void