type ScrollEvent
Type definition for an event that’s emitted when the user scrolls up, down, left, or right in a UIScrollContainer.
static
type ScrollEvent = ManagedEvent<UIScrollContainer, ScrollEventData, "Scroll" | "ScrollEnd">
Related
- class UIScrollContainerA view class that represents a container component that allows users to scroll, emitting asynchronous scroll events.