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

    Interface IndexedDBOpenCursorRequest

    Native open-cursor request used by provider-side cursor helpers.

    interface IndexedDBOpenCursorRequest {
        store?: string;
        query?: Key | KeyRange;
        direction?: CursorDirection;
        keysOnly?: boolean;
        index?: string;
    }
    Index

    Properties

    store?: string
    query?: Key | KeyRange
    direction?: CursorDirection
    keysOnly?: boolean
    index?: string