fromRoot
val <SpecRow : NavigationBundleSpecRow<*>, Action : NavigationAction<SpecRow>> Action.fromRoot: Route.FromRoute<SpecRow, Action>
Creates a Route.FromRoute that navigates to the Root view from Action
Parameters
SpecRow
the type of NavigationBundleSpecRow associated with the action.
Action
the type NavigationAction to create the Route for.