Redirected

data class Redirected(val to: String) : NavigationOutcome(source)

Navigation was redirected by a guard.

Parameters

to

The route the guard redirected to.

Constructors

Link copied to clipboard
constructor(to: String)

Properties

Link copied to clipboard
val to: String