Nodes/comfy-ovum/_.invoke
ComfyUI Node

_.invoke

Calls the method named by methodName on each value in the list. Any extra arguments passed to invoke will be forwarded on to the method invocation.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.invoke
  • list_or_dict
  • arguments
  • *
methodName
Categoryovum/underscore

Inputs (3)

NameTypeDefaultDescription
list_or_dictopt*Primary input object (expected collection). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining.
methodNameoptSTRINGmethodName (string)
argumentsopt*arguments: JSON allowed for arrays/objects where applicable. For multiple values, provide a JSON array (e.g., [1,2,3]).

Outputs (1)

NameTypeDescription
**