ComfyUI Node
_.pluck
A convenient version of what is perhaps the most common use- case for map: extracting a list of property values.
_.pluck
- list_or_dict
- LIST
◄propertyName►
Categoryovum/underscore
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list_or_dictopt | * | Primary input object (expected collection). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining. | |
| propertyNameopt | STRING | propertyName (string) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LIST | LIST | — |