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

    Interface ObjectStoreRangeRequest

    ObjectStoreRangeRequest addresses an object store plus an optional query.

    interface ObjectStoreRangeRequest {
        store: string;
        query?: IndexedDBQuery;
        count?: number;
    }
    Index

    Properties

    Properties

    store: string
    count?: number