@dxos/react-client
    Preparing search index...

    Interface Queryable

    Common interface for Database and Queue.

    interface Queryable {
        query: QueryFn;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    query: QueryFn