interface RecordCardListScrollEvent
scrollDirection | "forward" | "backward" The direction of the scroll event. |
scrollOffset | number The vertical offset of the scrollable area. |
scrollUpdateWasRequested | boolean true for programmatic scrolling and false if the scroll was the result of a user interaction in the browser.
|