Access variables in a module

Hello everyone, I'm trying to setup a notification panel opened using a Drawer placed in the app. The app also has a module (Header) where I placed an icon that should trigger the Drawer opening/close.

My idea was to create a variable in the Module and change its state to true/false by clicking on the notification icon within the module, then use the variable to conditionally show/hide the Drawer in the app. Unfortunately, it seems that it's not possible to reference to the module variable in the app, I was expecting to find it somewhere here

Any idea on how to solve? Thank you!

1 Like

Welcome to the forum @Pennatool !

Check out this page it should really help you accomplish what you need to do. (I hope)

1 Like

Thanks!