Vue ScrollView - UpdatedEvent

The type of the updated event handler's argument.

import { UpdatedEvent } from "devextreme/ui/scroll_view"
Type:

Object

component

The UI component's instance.

Selector: DxComponent
Type:

ScrollView

element

The UI component's container.

event

Specifies the executed event.

Selector: DxEvent

reachedBottom

Selector: reached-bottom
Type:

Boolean

reachedLeft

Selector: reached-left
Type:

Boolean

reachedRight

Selector: reached-right
Type:

Boolean

reachedTop

Selector: reached-top
Type:

Boolean

scrollOffset

Selector: scroll-offset
Type: any