PushState

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

Pushes the given data onto the session history stack with the specified title and, if 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