<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [UrlMutations](./x-components.urlmutations.md)

## UrlMutations interface

URL store mutations.

**Signature:**

```typescript
export interface UrlMutations extends QueryMutations 
```
**Extends:** [QueryMutations](./x-components.querymutations.md)

## Methods

|  Method | Description |
|  --- | --- |
|  [setFilters(filters)](./x-components.urlmutations.setfilters.md) | Sets the new filter ids. |
|  [setInitialExtraParams(extraParams)](./x-components.urlmutations.setinitialextraparams.md) | Sets the initial extra params. |
|  [setPage(page)](./x-components.urlmutations.setpage.md) | Sets the new page. |
|  [setParams(params)](./x-components.urlmutations.setparams.md) | Sets the new params. |
|  [setPrompt(prompt)](./x-components.urlmutations.setprompt.md) | Sets the related prompt. |
|  [setRelatedTags(relatedTags)](./x-components.urlmutations.setrelatedtags.md) | Sets the related tags. |
|  [setScroll(scroll)](./x-components.urlmutations.setscroll.md) | Sets the url scroll. |
|  [setSort(sort)](./x-components.urlmutations.setsort.md) | Sets the new sort. |

