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

    Options for opening a cursor over an object store or index.

    interface OpenCursorOptions {
        range?: KeyRange;
        direction?: CursorDirection;
    }
    Index

    Properties

    Properties

    range?: KeyRange
    direction?: CursorDirection