beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

CallBack_v2 Op



CallBack
Namespace: Ops.Cables

Op author: pandur

Executes an external function (external javascript)


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])


Inputs

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)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using CallBack_v2

  • Public
  • My Patches

Changelog


Ops.User.pandur.CallBack2 renamed to Ops.Patch.CallBackString
2019-12-19 - pandur
Ops.Patch.CallBackString renamed to Ops.Patch.CallBack_v2
2020-04-20 - pandur
renameOps.Patch.CallBack_v2 renamed to Ops.Cables.CallBack_v2
2023-03-08 - pandur