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

    Interface LesserOrEqualExpressionInternal

    '$lte' operator expression. Tests for an attribute to be lesser or equal to a given value.

    {a: {$lte: 4} }
    
    interface LesserOrEqualExpression {
        $lte: SimpleValue;
    }
    Index

    Properties

    Properties

    $lte: SimpleValue

    Value to check against.