@valon-technologies/gestalt
    Preparing search index...

    Class IndexedDBCursorSnapshot

    Provider-side IndexedDB cursor snapshot.

    The snapshot sorts rows, applies IndexedDB range bounds, and implements movement semantics for native TypeScript providers without exposing wire message types.

    Index

    Constructors

    Properties

    indexCursor: boolean

    Whether entry keys contain secondary-index values.

    keysOnly: boolean

    Whether returned cursor entries should omit records.

    reverse: boolean

    Whether entries are ordered from greatest to least key.

    unique: boolean

    Whether duplicate index keys are collapsed while iterating.

    Sorted and range-filtered entries used by cursor movement.

    pos: number = -1

    Current cursor position, or -1 when unpositioned.

    Methods