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

    Interface IndexedDBQuery

    IndexedDBQuery is a single IndexedDB query argument: an exact key or a key range. An absent IndexedDBQuery (or an unset oneof) means "all records", matching a W3C query argument of undefined/null.

    interface IndexedDBQuery {
        query: IndexedDBQueryQuery;
    }
    Index

    Properties

    Properties