Class NavAction
Navigation actions provide a level of indirection between your navigation code and the underlying destinations. This allows you to define common actions that change their destination or NavOptions based on the current NavDestination.
The NavOptions associated with a NavAction are used by default when navigating to this action via Navigate(string, NavOptions, params Argument[]).Inherited Members
Namespace: Unity.AppUI.Navigation
Assembly: solution.dll
Syntax
[Serializable]
public class NavAction : NavGraphViewNode
Properties
Name | Description |
---|---|
defaultArguments | The default arguments to be used when navigating to this action |
destination | The ID of the destination that should be navigated to when this action is used |
options | The NavOptions to be used by default when navigating to this action |