Skip to content

Documentation / @super-line/client / RowSetEvent

Interface: RowSetEvent<Row>

Defined in: index.ts:159

A fine-grained change to a LiveRowSet (fed to sync consumers like the TanStack DB adapter).

Type Parameters

Row

Row = unknown

Properties

id

id: string

Defined in: index.ts:161


row?

optional row?: Row

Defined in: index.ts:163

The row (present for insert/update; absent for delete).


type

type: "insert" | "update" | "delete"

Defined in: index.ts:160

Released under the MIT License.