Skip to content

Interface: CellEditEvent\<TRow\>

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

Event fired when a cell edit starts.

Extended by

Type Parameters

TRow

TRow

Properties

columnId

columnId: string

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


row

row: TRow

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


rowId

rowId: string

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


value

value: unknown

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