Internal
'$exists' operator expression. Tests for an attribute to exist or not exist, depending on the boolean flag given.
{a: {$exists: true} } Copy
{a: {$exists: true} }
Readonly
Flag to determine if a value exists or not.
Generated using TypeDoc
'$exists' operator expression. Tests for an attribute to exist or not exist, depending on the boolean flag given.