Options
All
  • Public
  • Public/Protected
  • All
Menu

Allows manipulation of the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.

Hierarchy

  • History

Index

Properties

editorId: string

The editor of this specific resource

fields: Field[]

List of fields that were edited

id: string

The unique UUIDv4 for the history object

length: number
resource: Resource

Resource name of the history

resourceId: string

The ID of the original resource

scrollRestoration: ScrollRestoration
state: any
time: number

The time in UTC milliseconds that this edit was made

Methods

  • back(): void
  • Returns void

  • forward(): void
  • Returns void

  • go(delta?: number): void
  • Parameters

    • Optional delta: number

    Returns void

  • pushState(data: any, unused: string, url?: string | URL): void
  • Parameters

    • data: any
    • unused: string
    • Optional url: string | URL

    Returns void

  • replaceState(data: any, unused: string, url?: string | URL): void
  • Parameters

    • data: any
    • unused: string
    • Optional url: string | URL

    Returns void

Generated using TypeDoc