t

react_router5.dom

ReactRouterDOM

trait ReactRouterDOM extends Object

Annotations
@JSType() @native()
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactRouterDOM
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  2. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  3. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  4. def toLocaleString(): String
    Definition Classes
    Object
  5. def useHistory[S](): History[S]
  6. def useLocation[S](): Location[S]
  7. def useParams[T](): T

    Values should be strings, can't enforce that though without using dict.

  8. def useParamsDict(): Dictionary[String]
    Annotations
    @JSName("useParams")
  9. def useRouteMatch[T](arg: UndefOr[|[String, Array[String]]] = js.undefined): |[Match[T], Null]
  10. def useRouteMatchExisting[T](): Match[T]
    Annotations
    @JSName("useRouteMatch")
  11. def useRouteMatchWithProps[S, T](arg: RouteProps[S]): |[Match[T], Null]
    Annotations
    @JSName("useRouteMatch")
  12. def valueOf(): Any
    Definition Classes
    Object