BroadcastSync

case object BroadcastSync extends RouteCmd[Unit]

Broadcast a message to Router component telling it to re-synchronise itself with the current window URL, recalculating the route and content to render.

Broadcast a message to Router component telling it to re-synchronise itself with the current window URL, recalculating the route and content to render.

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

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

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 fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product