@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 587 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) > [UserAlmostReachedScrollEnd](./x-components.scrollxevents.useralmostreachedscrollend.md)
## ScrollXEvents.UserAlmostReachedScrollEnd property
The user has almost reached the scroll end. Payload: True if the user has almost reached the scroll end, false if it is no longer close to the end.
**Signature:**
```typescript
UserAlmostReachedScrollEnd: boolean;
```