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

    Interface OpenCursorRequest

    OpenCursorRequest starts a streaming cursor over an object store or index.

    interface OpenCursorRequest {
        store: string;
        index: string;
        query?: IndexedDBQuery;
        direction: number;
        keysOnly: boolean;
    }
    Index

    Properties

    store: string
    index: string
    direction: number
    keysOnly: boolean

    keys_only suppresses row payloads and returns only keys.