ComfyUI Node
_.property
Returns a function that will return the specified property of any passed-in object. path may be specified as a simple key, or as an array of object keys or array indexes, for deep property fetching.
_.property
- py_dict
- *
◄path►
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. | |
| pathopt | STRING | path (string) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |