Skip to content

Documentation / @super-line/core / RowChange

Interface: RowChange

Defined in: packages/core/src/collections.ts:33

What the backend emits when a row mutates. prev/next drive enter/leave routing; origin echo-breaks + attributes.

Properties

id

id: string

Defined in: packages/core/src/collections.ts:36


k

k: "insert" | "update" | "delete"

Defined in: packages/core/src/collections.ts:35


n

n: string

Defined in: packages/core/src/collections.ts:34


next?

optional next?: unknown

Defined in: packages/core/src/collections.ts:38


origin

origin: string

Defined in: packages/core/src/collections.ts:39


prev?

optional prev?: unknown

Defined in: packages/core/src/collections.ts:37

Released under the MIT License.