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.

Type:

Lookup

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

reachedBottom

Type:

Boolean

reachedLeft

Type:

Boolean

reachedRight

Type:

Boolean

reachedTop

Type:

Boolean

scrollOffset

Type:

Object