LiveDiffState
Defined in: packages/client/src/worker/live-diff.ts:39
The worker’s per-subscription memory: the last delivered rows keyed by rowKey, in delivered order.
Properties
Section titled “Properties”pkColumns?
Section titled “pkColumns?”
optionalpkColumns?: readonlystring[]
Defined in: packages/client/src/worker/live-diff.ts:40
previous
Section titled “previous”previous:
Map<string,Record<string,unknown>>
Defined in: packages/client/src/worker/live-diff.ts:42
key → the exact row body last sent, so the next diff can detect changed and skip unchanged rows.