Part of our application involves users working with a c# plugin for a desktop app. I have seen Cedsharp https://cefsharp.github.io/ used as a way to use web apps within a C# WPF app. It’s essentially a web browser with some libraries to call C# methods from JavaScript.
Would I be able to use retool with a Cefsharp c# app? Is there any way to access the functions and events that I create in retool so that I could use Cedsharp to bind those JavaScript actions to C#?