Hi all,
browser window object has the ability to listen and post events. Is there a way in Appian to access the window object to listen and post messages? Why? I have a use case where the webcomponent (iframe) and Appian proper can communicate. The page in the webcomponent is a micro frontend.
Thank you,
Thanou
Discussion posts and replies are publicly visible
The web content component is fully isolated, and no communication whatsoever is possible. If you need any external web content to talk to Appian UI, you need to implement a component plugin.
Thank you Stefan. Read about it and it looks promising to create a shell that will contain micro frontends.
Nice post