Interface: ChangeSet\<TRow\>
Defined in: src/tree-editor/types.ts:80
Change tracking — the delta since the last save point.
Type Parameters
TRow
TRow
Properties
added
added:
object[]
Defined in: src/tree-editor/types.ts:81
data
data:
TRow
id
id:
string
parentId
parentId:
string|null
deleted
deleted:
object[]
Defined in: src/tree-editor/types.ts:82
data
data:
TRow
id
id:
string
parentId
parentId:
string|null
moved
moved:
object[]
Defined in: src/tree-editor/types.ts:83
id
id:
string
newParentId
newParentId:
string|null
oldParentId
oldParentId:
string|null