getNavigationModule
Convenience extension to get NavigationModule from a StoreAccessor (or Store).
Usage:
val navModule = store.getNavigationModule()
val graphDefinitions = navModule.getGraphDefinitions()Content copied to clipboard
Return
NavigationModule instance
Throws
if NavigationModule is not registered in the store