Skip to content

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.

readonly table: string

Defined in: client/src/ivm.ts:32


readonly rowId: unknown

Defined in: client/src/ivm.ts:33


readonly oldRow: Row | null

Defined in: client/src/ivm.ts:34


readonly newRow: Row | null

Defined in: client/src/ivm.ts:35