UNPKG

@empathyco/x-components

Version:
14 lines (8 loc) 568 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ScrollXEvents](./x-components.scrollxevents.md) &gt; [UserReachedScrollEnd](./x-components.scrollxevents.userreachedscrollend.md) ## ScrollXEvents.UserReachedScrollEnd property The user has reached the scroll end. Payload: True if the user has reached the ending position of the scroll. False if he is no longer in that position. **Signature:** ```typescript UserReachedScrollEnd: boolean; ```