[ type ] ScrollEvent
Description:
Scroll event received by the onScroll() handler callback.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
object | The component that triggered the event. |
|
string | One of |
|
number | The new horizontal scroll position. |
|
number | The new vertical scroll position. |
|
number | The maximum horizontal scroll position. |
|
number | The maximum vertical scroll position. |
