PushState

japgolly.scalajs.react.extra.router.RouteCmd$.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.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class RouteCmd[Unit]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def <<[B](prev: RouteCmd[B]): RouteCmd[A]

Attributes

Inherited from:
RouteCmd
final def >>[B](next: RouteCmd[B]): RouteCmd[B]

Attributes

Inherited from:
RouteCmd
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product