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

    Interface CursorEntry

    CursorEntry is one streamed cursor row.

    interface CursorEntry {
        key?: KeyValue;
        primaryKey: string;
        record?: Record;
    }
    Index

    Properties

    key?: KeyValue

    One full IndexedDB key (scalar or array). https://www.w3.org/TR/IndexedDB/#dom-idbcursor-key

    primaryKey: string
    record?: Record