@metreeca/qest - v0.10.0
    Preparing search index...

    Type Alias Model

    Value retrieval template.

    Umbrella for the placeholder forms that shape one property value, structured or not: the single-value counterpart of the collection-valued Query, which pairs a comparable element with a Selection. The admitted forms are:

    • Union — per-branch placeholder for a union-typed slot (keyed form)
    • Placeholder — single non-union value placeholder: a Literal or Reference, or a nested Template expanding a linked resource inline
    • Locales — localised text map placeholder, a tag-range-keyed map yielding a single structured Dictionary value

    Model reaches property templates at two sites: as the single-value arm of Placeholders, paired with the collection-valued Query, and as the cell value of a Projection, which allots one Model value per cell and excludes collection-valued forms.

    • Query for the collection counterpart
    • Placeholders for the umbrella admitting both single-value and collection-valued forms
    • Projection for the tabular projection hosting one Model per cell