PopToIncluding
data class PopToIncluding<SpecRow : NavigationBundleSpecRow<*>, Action : NavigationAction<SpecRow>>(routeAction: Action) : Route.Navigate<SpecRow, Action>
Navigate that navigates back from the screen associated with a NavigationAction
Parameters
SpecRow
the type of NavigationBundleSpecRow associated with the action.
Action
the type NavigationAction to navigate for.
Properties
Link copied to clipboard
Converts a Route to a BottomSheetRoute.Content route
Link copied to clipboard
Converts a Route to a BottomSheetRoute.SheetContent route