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.
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.