Vue Lookup - ScrollEvent

The type of the scroll event handler's argument.

import { ScrollEvent } from "devextreme/ui/lookup"
Type:

Object

component

The UI component's instance.

Selector: DxComponent
Type:

Lookup

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: DxScrollOffset
Type:

Object