Nodes/comfy-ovum/_.property
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.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.property
  • py_dict
  • *
path
Categoryovum/underscore

Inputs (2)

NameTypeDefaultDescription
py_dictopt*Primary input object (expected object). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining.
pathoptSTRINGpath (string)

Outputs (1)

NameTypeDescription
**