CallBack_v2 Op
Executes an external function (external javascript)
Summary (oneliner)
Useful when a cables patch is embedded into a website. All parameters (Value 1
, Value 2
, Value 3
will be send as a parameter array. So e.g. if Callback Name
is foo
cables would call:
CABLES.patch.config.foo([Value 1, Value 2, Value 3])
Full Name
- Ops.Cables.CallBack_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
exe (Trigger)
Calls the external function / executes the callback
Callback Name (String)
Name of the function to call
Parameter 1 (String)
Parameter 2 (String)
Parameter 3 (String)