angular / 11.2.14 / api / common / popstateevent.html /

PopStateEvent

interface

interface PopStateEvent {
  pop?: boolean
  state?: any
  type?: string
  url?: string
}

Properties

Property Description
pop?: boolean
state?: any
type?: string
url?: string

© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/common/PopStateEvent