Interface INavigationConfiguration
- Namespace
 - Nalu
 
- Assembly
 - Nalu.Maui.Navigation.dll
 
Provides Nalu navigation configuration.
public interface INavigationConfiguration
  Properties
BackImage
Gets the image used to display a navigation back button on nested pages.
ImageSource? BackImage { get; }
  Property Value
LeakDetectorState
Gets the navigation leak detector state.
NavigationLeakDetectorState LeakDetectorState { get; }
  Property Value
Mapping
Gets a dictionary which maps a page model type to corresponding page type.
IReadOnlyDictionary<Type, Type> Mapping { get; }
  Property Value
MenuImage
Gets the image used to display a navigation menu button on root pages.
ImageSource? MenuImage { get; }
  Property Value
NavigationIntentBehavior
Gets the navigation intent behavior.
NavigationIntentBehavior NavigationIntentBehavior { get; }