ComfyUI Node

_.tap

Invokes interceptor with the object, and then returns object. The primary purpose of this method is to "tap into" a method chain, in order to perform operations on intermediate results within the chain.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.tap
  • py_dict
  • interceptor
  • *
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.
interceptoropt*interceptor: JSON allowed for arrays/objects where applicable.

Outputs (1)

NameTypeDescription
**