How to create mendix object and pass it to nanoflow from typescript

0
I am creating a custom native widget. I want to pass one non persistable  entity object to nanoflow from typescript. How can I do that? Any project which I can refer too. 
asked
1 answers
0

This is the same for native as for non-native, so this is the first that comes to mind:

https://academy.mendix.com/link/path/108/Build-a-Pluggable-Widget and its code https://github.com/cdcharlebois/academy-build-a-pluggable-widget

As for a code sample, download https://github.com/TimvanSteenbergen/MyDemoVersion8 and check out my trial page at https://mydemoversion8-sandbox.mxapps.io/p/widgets

Hope it helps!

answered