@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 599 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [ScrollXEvents](./x-components.scrollxevents.md) > [UserChangedScrollDirection](./x-components.scrollxevents.userchangedscrolldirection.md)
## ScrollXEvents.UserChangedScrollDirection property
The user has changed the direction of scroll. Payload: The new [ScrollDirection](./x-components.scrolldirection.md) when user changes scroll direction.
**Signature:**
```typescript
UserChangedScrollDirection: ScrollDirection;
```