ComfyUI Node
_.defaults
Returns object after filling in its undefined properties with the first value present in the following list of defaults objects.
_.defaults
- py_dict
- defaults
- DICT
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. | |
| defaultsopt | * | defaults: JSON allowed for arrays/objects where applicable. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| DICT | DICT | — |