Metreeca Keep
    Preparing search index...

    Type Alias Select<T>

    Collection retrieval request.

    Carries a single multi-valued property (field on entry of shape), the query describing the shape of its values (one of the Query arms), and the locale priority driving language negotiation for its localised content (§6.2). Resolves to the materialised collection.

    type Select<T extends Query = Query> = {
        entry: Reference;
        shape: Lazy<ResourceShape>;
        field: Property;
        query: T;
        locale: readonly Tag[];
    }

    Type Parameters

    • T extends Query = Query

      The collection query selecting the result shape

    Index

    Properties

    Readonlyentry

    entry: Reference
    shape: Lazy<ResourceShape>
    field: Property
    query: T
    locale: readonly Tag[]