Hi there,
I have the following scenario where I’m not 100% on how to handle it in Jmix 2.x Flow UI.
I’m currently opening an Intercom widget in the Main View with the help of a custom Lit component.
What I now would like to achieve is in some views to notifiy the intercom widget to do particular things (like create a new message based on a button click or something).
Since the instance of the IntercomWidget is registered in the MainView, I’m not sure how I can get a handle on it. I was also thinking about an UI event approach, as it has been possible in CUBA / Jmix 1.x).
Can you provide some ideas on how to interact with this central “instance” of a widget?
Cheers
Mario