@empathyco/x-components
Version:
Empathy X Components
25 lines (14 loc) • 574 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) > [setScroll](./x-components.urlmutations.setscroll.md)
## UrlMutations.setScroll() method
Sets the url scroll.
**Signature:**
```typescript
setScroll(scroll: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| scroll | string | The new first element visible in the scroll. |
**Returns:**
void