Navigate to page using URL in pluggable widget

0
I have created pluggable widget and in that i am passing object which contains title and url. using that url i want to navigate to new page. How can i achieve that in pluggable widget?
asked
2 answers
3

Since you have the URL u can use window.open to go to a new page in ur react code.

answered
1

Instead of creating a widget, would it be easier to just use the Open URL action from the Nanoflow Commons module? You can simply call this from a Nanoflow, passing in the URL you wish to open.

https://docs.mendix.com/appstore/modules/nanoflow-commons/

Hope this helps.

answered