Skip to content

Interface: CellEditEndEvent\<TRow\>

Defined in: src/model/types.ts:370

Event fired when a cell edit ends.

Extends

Type Parameters

TRow

TRow

Properties

columnId

columnId: string

Defined in: src/model/types.ts:364

Inherited from

CellEditEvent.columnId


committed

committed: boolean

Defined in: src/model/types.ts:372


newValue

newValue: unknown

Defined in: src/model/types.ts:371


row

row: TRow

Defined in: src/model/types.ts:365

Inherited from

CellEditEvent.row


rowId

rowId: string

Defined in: src/model/types.ts:363

Inherited from

CellEditEvent.rowId


value

value: unknown

Defined in: src/model/types.ts:366

Inherited from

CellEditEvent.value