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

    Variable typeConst

    type: {
        <S extends All>(
            schema: S,
            predicates?: Props<Type<S>>,
        ): Query.Query<Type<S>>;
        (schema: string, predicates?: Props<unknown>): Query.Query<any>;
    }

    Query for objects of a given schema.

    Type declaration

    Schema of the objects.

    Predicates to filter the objects.

    Query for the objects.

    Shorthand for: Query.select(Filter.type(schema, predicates)).