SetRouteVia

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object HistoryPush extends SetRouteVia

The current URL will be recorded in history. User can hit ''Back'' button to reach it.

The current URL will be recorded in history. User can hit ''Back'' button to reach it.

Implemented via pushState in the History API.

See also:
case object HistoryReplace extends SetRouteVia

The current URL will not be recorded in history. User can't hit ''Back'' button to reach it.

The current URL will not be recorded in history. User can't hit ''Back'' button to reach it.

Implemented via replaceState in the History API.

See also:
case object WindowLocation extends SetRouteVia

window.location.href will be directly set to the new URL.

window.location.href will be directly set to the new URL.

If the new URL is part of the current SPA, the entire SPA will be reloaded.

The current URL will be recorded in history. User can hit ''Back'' button to reach it.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror