property CursorPayload.orderedValues

The value of every ordered field (in orderBy declaration order), from the row the cursor was minted against. Index i is the value of the i-th entry of Object.entries(orderBy).

Type

ReadonlyArray<CursorValue>

Usage

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