React ScrollView - UpdatedEvent

The type of the updated event handler's argument.

import { ScrollViewTypes } from "devextreme-react/scroll-view"
Type: ScrollViewTypes.UpdatedEvent

component

The UI component's instance.

Selector: Component
Type:

ScrollView

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

reachedBottom

Type:

Boolean

reachedLeft

Type:

Boolean

reachedRight

Type:

Boolean

reachedTop

Type:

Boolean

scrollOffset

Type: any