trait History[S] extends Object
History from package history
. Allows you control navigation via "commands"
- S
State, often js.Any, Null or Nothing if you do not need state.
- Annotations
- @JSType() @native()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- History
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val action: Action
- def createHref(location: LocationDescriptor[S]): Href
- def go(n: Int): Unit
- def goBack(): Unit
- def goForward(): Unit
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val length: Int
- val location: Location[S]
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def push(path: Path, state: UndefOr[S] = js.undefined): Unit
- def pushLocation[S](location: Location[S]): Unit
- Annotations
- @JSName("push")
- def pushLocation[S](location: LocationDescriptor[S]): Unit
- Annotations
- @JSName("push")
- def replace[S](location: LocationDescriptor[S]): Unit
- def replace(path: Path, state: UndefOr[S] = js.undefined): Unit
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object