Skip to content

Documentation / @super-line/core / RowCondition

Interface: RowCondition

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

A predicate that must still match one stored row when a conditional batch commits.

Properties

filter

filter: Expr

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


id

id: string

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


n

n: string

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

Released under the MIT License.