Skip to content

@serenity-is/sleekgrid / ArgsCell

Interface: ArgsCell

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

Payload for events scoped to a specific cell.

Extends

Extended by

Properties

cell

cell: number

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

Cell/column index of the event cell.


grid

grid: ISleekGrid

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

Grid instance that emitted the event.

Inherited from

ArgsGrid.grid


row

row: number

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

Row index of the event cell.