@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 540 B
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) > [setPage](./x-components.urlmutations.setpage.md)
## UrlMutations.setPage() method
Sets the new page.
**Signature:**
```typescript
setPage(page: number): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| page | number | The new page of the url. |
**Returns:**
void