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