Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MemoryHistory

Hierarchy

Implements

Index

Constructors

constructor

Properties

currentPosition

currentPosition: number

history

history: HistoryNode[]

Methods

back

  • back(): void

forward

  • forward(): void

go

  • go(delta: number): void

location

pushState

  • pushState(state: any, title: string, url?: string): void

replaceState

  • replaceState(state: any, title: string, url?: string): void

subscribe

  • subscribe(callback: any): object

Generated using TypeDoc