@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 487 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SearchActions](./x-components.searchactions.md) > [setUrlParams](./x-components.searchactions.seturlparams.md)
## SearchActions.setUrlParams property
Checks if the url has params on it and then updates the state with these values.
**Signature:**
```typescript
setUrlParams: (urlParams: UrlParams) => void;
```