IRoute Pop Scope
interface IRoutePopScope
The scope all pop operations are performed in
Functions
Link copied to clipboard
Pops the top route off of the stack unless it is the only route. This is the default operation.
Link copied to clipboard
Pops while a specified condition is true. This is a convenience function for readability.
Link copied to clipboard
Pops the top route off of the stack and sets the route's result to the provided result. This should be used in conjunction with IRouter.transactionWithResult