Interface: RowChange
Interface: RowChange
Section titled “Interface: RowChange”Defined in: client/src/ivm.ts:31
Row-level change captured by the engine at every write. Consumed by IVM query subscribers so they can adjust their own state without re-scanning every row in the source table.
Properties
Section titled “Properties”
readonlytable:string
Defined in: client/src/ivm.ts:32
readonlyrowId:unknown
Defined in: client/src/ivm.ts:33
oldRow
Section titled “oldRow”
readonlyoldRow:Row|null
Defined in: client/src/ivm.ts:34
newRow
Section titled “newRow”
readonlynewRow:Row|null
Defined in: client/src/ivm.ts:35