Function_v2 Op
trigger from external function when embedded into a website
Summary (oneliner)
Execute / trigger from an external script, useful when embedding a cables-patch into a website.
e.g: Function Name is myFunction
, then you can trigger ops connected to Next
via this javascript code:
myPatch.config.myFunction()
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
The name of the function you want to define, e.g. when you name the function myFunction
you can trigger it from your JavaScript-Code using CABLES.patch.config.myFunction();
run the function from inside the cables patch
parameter default value if external function does not define it
parameter default value if external function does not define it
parameter default value if external function does not define it
Outputs
triggered when function has been called
first parameter of the called function, or default
second parameter of the called function, or default
third parameter of the called function, or default
Patches using Function_v2
Changelog
cloned op from Ops.Patch.Function 2021-03-19 - pandur | |
Ops.User.pandur.Function2 renamed to Ops.Patch.Function_v2 2021-03-19 - pandur | |
added parameter ports 2021-07-05 - stephan | |
rename | Ops.Patch.Function_v2 renamed to Ops.Cables.Function_v2 2023-03-08 - pandur |