RouteB

japgolly.scalajs.react.extra.router.StaticDsl$.RouteB$
See theRouteB companion class
object RouteB

Route builder. Allows you to specify routes like "user" / int / "display". Once complete, RouteB will become a Route.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RouteB.type

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
trait Composition[A, B]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Composition.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Composition.type

Value members

Concrete methods

def literal(s: String): RouteB[Unit]

Concrete fields

val /: RouteB[Unit]