condition.not
Returns the inverse of the specified condition. For example, if the specified condition is met (returns true
), then
condition.not
will return false
.
Component properties
Name |
Type |
Description |
|
"condition.not" |
Set component type |
|
condition |
The condition for which the inverse is returned. |
|
string |
Validation error message that a Toloker will see |