<!-- 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)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [setFilters](./x-components.urlmutations.setfilters.md) |  | (filters: Filter\[\]) =&gt; void | Sets the new filter ids. |
|  [setInitialExtraParams](./x-components.urlmutations.setinitialextraparams.md) |  | (extraParams: Dictionary&lt;unknown&gt;) =&gt; void | Sets the initial extra params. |
|  [setPage](./x-components.urlmutations.setpage.md) |  | (page: number) =&gt; void | Sets the new page. |
|  [setParams](./x-components.urlmutations.setparams.md) |  | (params: Partial&lt;[UrlParams](./x-components.urlparams.md)<!-- -->&gt;) =&gt; void | Sets the new params. |
|  [setPrompt](./x-components.urlmutations.setprompt.md) |  | (prompt: number) =&gt; void | Sets the related prompt. |
|  [setRelatedTags](./x-components.urlmutations.setrelatedtags.md) |  | (relatedTags: RelatedTag\[\]) =&gt; void | Sets the related tags. |
|  [setScroll](./x-components.urlmutations.setscroll.md) |  | (scroll: string) =&gt; void | Sets the url scroll. |
|  [setSort](./x-components.urlmutations.setsort.md) |  | (sort: string) =&gt; void | Sets the new sort. |

