Nodes/comfy-ovum/_.result
ComfyUI Node

_.result

If the value of the named property is a function then invoke it; otherwise, return it.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.result
  • obj
  • property
  • args
  • *
Categoryovum/underscore

Inputs (3)

NameTypeDefaultDescription
objopt*Primary input object. Also accepts _.CHAIN to continue chaining.
propertyopt*property: JSON allowed for arrays/objects where applicable.
argsopt*args: JSON allowed for arrays/objects where applicable. For multiple values, provide a JSON array (e.g., [1,2,3]).

Outputs (1)

NameTypeDescription
**