SetWindowLocation

final case class SetWindowLocation(url: AbsUrl) extends RouteCmd[Unit]

Sets window.location.href to a provided URL.

trait Serializable
trait Product
trait Equals
class RouteCmd[Unit]
class Object
trait Matchable
class Any

Value members

Inherited methods

@inline
final def <<[B](prev: RouteCmd[B]): RouteCmd[Unit]
Inherited from:
RouteCmd
final def >>[B](next: RouteCmd[B]): RouteCmd[B]
Inherited from:
RouteCmd
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product