Skip to content

@serenity-is/sleekgrid / ArgsScroll

Interface: ArgsScroll

Defined in: src/core/eventargs.ts:75

Payload for onScroll.

Extends

Properties

grid

grid: ISleekGrid

Defined in: src/core/eventargs.ts:7

Grid instance that emitted the event.

Inherited from

ArgsGrid.grid


scrollLeft

scrollLeft: number

Defined in: src/core/eventargs.ts:77

Horizontal scroll offset in pixels.


scrollTop

scrollTop: number

Defined in: src/core/eventargs.ts:79

Vertical scroll offset in pixels.