Show

public struct Show : NavigationSideEffect
extension Show: CustomDebugStringConvertible

Navigation action used to ask the Navigator to show a specific screen identified by the identifierToShow.

The ViewController that is managing that screen must implement RoutableWithConfiguration or Routable in order to be identified with a matching Routable.routeIdentifier.