Interface: DataChangeEvent\<TRow\>
Defined in: src/data/types.ts:166
Event describing a data change from the backend.
Type Parameters
TRow
TRow
Properties
rows?
optionalrows?:object[]
Defined in: src/data/types.ts:170
Affected rows (for add/update/delete).
data?
optionaldata?:TRow
id
id:
string
parentId?
optionalparentId?:string|null
type
type:
"add"|"update"|"delete"|"refresh"
Defined in: src/data/types.ts:168
The type of change.