Negation - !expr
Logical nodes
Condition
Value
Released in version:
1.0.14
Flutter/Dart link:

The "Negation - !expr" node is a logical node used to negate (or invert) the value of a boolean. Therefore if the current value is true, the result is false, and if the value is false, the result is true.
Check the table below with the results of this node:
Item1
Result
False
True
True
False
Inputs
Input Name
Canvas Required
Type
Description
value
Bool
Value to apply negation
Outputs
Output Name
Canvas Required
Type
Description
result
Bool
Result from applying the negation operator to "value" input
Last updated