map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface LesserExpressionInternal

    '$lt' operator expression. Tests for an attribute to be lesser than a given value.

    {a: {$lt: 4} }
    
    interface LesserExpression {
        $lt: SimpleValue;
    }
    Index

    Properties

    Properties

    $lt: SimpleValue

    Value to check against.