NotExpression
type NotExpression = object;Represents a NOT expression that negates a condition expression.
Properties
Section titled “Properties”condition
Section titled “condition”condition: ConditionExpressionTemplate;type: typeof $not;type NotExpression = object;Represents a NOT expression that negates a condition expression.
condition: ConditionExpressionTemplate;type: typeof $not;