Saxonberg Server API
    Preparing search index...

    Interface MqlOne

    Result of MqlApi.resolveOne. stuff is null when there were no matches; otherwise it's the highest-scored candidate. via is the sub-feature attribution for that candidate, or undefined when the match was direct.

    quantity carries the leading-number or formal :{N} hint when the query supplied one; controllers thread it into GlobbableApi.applyQuantity to distribute the action across candidates.

    interface MqlOne {
        quantity?: MqlQuantity;
        stuff: Stuff | null;
        via?: MqlMatchVia;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    quantity?: MqlQuantity
    stuff: Stuff | null