Type: nodetool.boolean.IsIn

Namespace: nodetool.boolean

Description

Checks if a value is present in a list of options. membership, contains, check

Use cases:
- Validate input against a set of allowed values
- Implement category or group checks
- Filter data based on inclusion criteria

Properties

Property Type Description Default
value any The value to check for membership -
options List[any] The list of options to check against []

Outputs

Output Type Description
output bool  

Metadata

Browse other nodes in the nodetool.boolean namespace.