object HashHistory extends Object with History

Annotations
@native() @JSImport( "react-router" , "hashHistory" )
Linear Supertypes
History, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashHistory
  2. History
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def go(delta: Int): Unit
    Definition Classes
    History
  2. def goBack(): Unit
    Definition Classes
    History
  3. def goForward(): Unit
    Definition Classes
    History
  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  6. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  7. def push(url: String): Unit
    Definition Classes
    History
  8. def replace(url: String): Unit
    Definition Classes
    History
  9. def toLocaleString(): String
    Definition Classes
    Object
  10. def valueOf(): Any
    Definition Classes
    Object