ComfyUI Node
_.toArray
Creates a real Array from the list (anything that can be iterated over). Useful for transmuting the arguments object.
_.toArray
- list_or_dict
- LIST
Categoryovum/underscore
Inputs (1)
| 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. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LIST | LIST | — |