Table of Contents

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

ImageSource

LeakDetectorState

Gets the navigation leak detector state.

NavigationLeakDetectorState LeakDetectorState { get; }

Property Value

NavigationLeakDetectorState

Mapping

Gets a dictionary which maps a page model type to corresponding page type.

IReadOnlyDictionary<Type, Type> Mapping { get; }

Property Value

IReadOnlyDictionary<Type, Type>

MenuImage

Gets the image used to display a navigation menu button on root pages.

ImageSource? MenuImage { get; }

Property Value

ImageSource

NavigationIntentBehavior

Gets the navigation intent behavior.

NavigationIntentBehavior NavigationIntentBehavior { get; }

Property Value

NavigationIntentBehavior