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

    Type Alias Option

    Option: null | Literal | Reference

    Constraint option.

    Single value accepted by Selection's matching (? and !) and sort focus (+) operators:

    • null — undefined property value
    • Literal — a primitive (boolean, number, string)
    • Reference — an absolute IRI identifying a linked resource

    Multi-valued option sets are represented by Options, which subsumes the scalar Option branch as a shorthand for a single-element set.