Interface: RowDelta<T>
Interface: RowDelta<T>
Section titled “Interface: RowDelta<T>”Defined in: core/src/query/engine.ts:52
Row-level diff between two snapshots. Emitted by
LiveQuery.subscribeDelta on any window shift. Rows are keyed by a
stable identity derived from the underlying source rows (client
IVM uses the joined-tuple id combination; single-source queries key
on the primary row’s id).
Type Parameters
Section titled “Type Parameters”T = unknown
Properties
Section titled “Properties”
readonlyadded: readonlyT[]
Defined in: core/src/query/engine.ts:53
removed
Section titled “removed”
readonlyremoved: readonlyT[]
Defined in: core/src/query/engine.ts:54
changed
Section titled “changed”
readonlychanged: readonlyT[]
Defined in: core/src/query/engine.ts:55