If we create a custom function with some name “LoadSolution”, how can I access that function and call from client side using c2runtime object? (the same we access global variables with c2runtime.all_global_variable[]).
Also how to trigger specific event on specific element from client side using c2runtime object in browser?