NavigationConfiguration

Properties

Link copied to clipboard

Defines whether screen transitions should be animated.

Link copied to clipboard

The type of navigation and affects its location (left, right or bottom.

Link copied to clipboard

Default screen transition; can be redefined by specific screens with help of Destination.Args.transition. Can be triggered by sending any Destination within same Destination.Args.backstackIndex.

Link copied to clipboard

Screen transition to be applied on backstack switch. Can be triggered by sending BackstackDestination or by any other destination to the NavigationController.navigate. Unlike screenTransition, this transition is applied only in case Destination.Args.backstackIndex is different from the NavigationController.currentDestination backstack index.