Hide

public struct Hide : NavigationSideEffect
extension Hide: CustomDebugStringConvertible

Navigation action used to ask the Navigator to hide a specific screen identified by the identifierToHide.

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