How can I expose my custom technology through mendix?

0
Hi, we have our own technology written in typescript and upon build it is converted into javascript. i want to expose its functionality via mendix. What possibilities I have here? I appreciate relevant links and docs. 
asked
2 answers
2

If you want to share front end functionality between Mendix apps or publish it to the store you will want to create a widget for it.

You can find a course on it Here and documentation Here .

Hope this helps

answered
1

You could also try and use https://appstore.home.mendix.com/link/app/56/Mendix/HTML/-JavaScript-Snippet

This loads the javascript when calling the page, if you want it converted into a widget, see Dragos his post.

answered