Saxonberg Server API
    Preparing search index...

    Interface QuantityNode

    Formal quantity syntax — :{N}, :{*}, or the bulk measure :{N unit} (water:{2 cups}). Mid-chain only; rejected as a chain head (no current set to address). The resolver does NOT modify the candidate set when it sees a QuantityNode — it just threads the quantity forward onto the final MqlMany / MqlOne wrapper, marked mode: 'strict'. See MqlQuantityValue, MqlQuantity, docs/mql-grammar.md § Formal quantity (user-facing surface), and docs/subsystems/glob.md § MQL touchpoints (runtime hookup).

    interface QuantityNode {
        kind: "quantity";
        value: MqlQuantityValue;
    }
    Index

    Properties

    Properties

    kind: "quantity"