I have a TabContainer and each tab contains a different module. When a tab button is clicked, the module loader from the main application loads the appropriate module.
At times though, when on a selected tab, I may need to load in a new module for different functionality. >From the TabNavigator object, is there a property to get a reference to the currently loaded module for a currently selected tab?

