Type: nodetool.boolean.Some
Namespace: nodetool.boolean
Description
Checks if any boolean value in a list is True. boolean, any, check, logic, condition, flow-control, branch
Use cases:
- Check if at least one condition in a set is met
- Implement optional criteria checks
- Create flexible validation rules
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| values | List[bool] |
List of boolean values to check | [] |
Outputs
| Output | Type | Description |
|---|---|---|
| output | bool |
Metadata
Related Nodes
Browse other nodes in the nodetool.boolean namespace.