Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface History

Hierarchy

  • History

Implemented by

Index

Methods

back

  • back(): void

forward

  • forward(): void

go

  • go(delta: number): void

location

pushState

  • pushState(newState: any, newTitle: string, newUrl?: string): void
  • Parameters

    • newState: any
    • newTitle: string
    • Optional newUrl: string

    Returns void

replaceState

  • replaceState(newState: any, newTitle: string, newUrl?: string): void
  • Parameters

    • newState: any
    • newTitle: string
    • Optional newUrl: string

    Returns void

Generated using TypeDoc