I have a tabs page with multiple tab page . What’s best way to communicate between pages?
Tabs -> tab1page
-> tab2page
-> tab2page
For example,
- tab1page property change trigger property change in tab2page
- Can I access tab2page property/method from tab2page
- Can I access tab1page/tab2page component from tabs page?