property CursorPayload.keyValues

The primary-key column values (in key-column order), from the row the cursor was minted against. Used by keysetPredicate as the tiebreaker fallback when a key column is absent from orderBy.

Type

ReadonlyArray<CursorValue>

Usage

import { type CursorPayload } from "common/src/index.ts";