condition.any
Checks that at least one of the child conditions is met. If none of the conditions is met, the component returns false
.
If you need all conditions to be met, use the condition.all component. You can also combine these components.
Component properties
Name |
Type |
Description |
|
"condition.any" |
Set component type |
|
array |
A set of conditions, at least one of which must be met. |
|
condition |
Condition. |
|
string |
Validation error message that a Toloker will see |