@empathyco/x-components
Version:
Empathy X Components
29 lines (20 loc) • 1.26 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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. |