Vue Lookup - ScrollEvent

The type of the scroll event handler's argument.

import { DxLookupTypes } from "devextreme-vue/lookup"
Type: DxLookupTypes.ScrollEvent

component

The UI component's instance.

Selector: DxComponent
Type:

Lookup

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

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