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

    Interface ExistsExpressionInternal

    '$exists' operator expression. Tests for an attribute to exist or not exist, depending on the boolean flag given.

    {a: {$exists: true} }
    
    interface ExistsExpression {
        $exists: boolean;
    }
    Index

    Properties

    Properties

    $exists: boolean

    Flag to determine if a value exists or not.