ComfyUI Node
_.matcher
Returns a predicate function that will tell you if a passed in object contains all of the key/value properties present in attrs.
_.matcher
- py_dict
- attrs
- *
Categoryovum/underscore
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| py_dictopt | * | Primary input object (expected object). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining. | |
| attrsopt | * | attrs: JSON allowed for arrays/objects where applicable. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |