ComfyUI Node

_.where

Looks through each value in the list, returning an array of all the values that matches the key-value pairs listed in properties.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.where
  • list_or_dict
  • properties
  • *
Categoryovum/underscore

Inputs (2)

NameTypeDefaultDescription
list_or_dictopt*Primary input object (expected collection). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining.
propertiesopt*properties: JSON allowed for arrays/objects where applicable.

Outputs (1)

NameTypeDescription
**