@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 522 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ScrollMutations](./x-components.scrollmutations.md) > [setPendingScrollTo](./x-components.scrollmutations.setpendingscrollto.md)
## ScrollMutations.setPendingScrollTo property
Sets the identifier of the element that is pending to be scrolled into the view.
**Signature:**
```typescript
setPendingScrollTo: (pendingScrollTo: string) => void;
```