property CursorPayload.sortFingerprint

A stable fingerprint of the resolved sort specification: each ordered field paired with its direction, in order. A cursor minted under one sort and presented under another has a different fingerprint, so the caller is refused by name rather than served a silently wrong page.

Type

string

Usage

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