Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RxHistory

Hierarchy

  • RxHistory

Implements

Index

Properties

scrollRestoration

scrollRestoration: ScrollRestoration = "auto"

state

state: any

Accessors

length

  • get length(): number

Static history

Methods

back

  • back(): void

forward

  • forward(): void

go

  • go(delta?: undefined | number): void

pushState

  • pushState(data: any, title: string, url?: string | null): void

replaceState

  • replaceState(data: any, title: string, url?: string | null): void