Skip to content

Interface: RowDelta<T>

Defined in: core/dist/index.d.ts:514

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).

T = unknown

readonly added: readonly T[]

Defined in: core/dist/index.d.ts:515


readonly removed: readonly T[]

Defined in: core/dist/index.d.ts:516


readonly changed: readonly T[]

Defined in: core/dist/index.d.ts:517