PopStateEvent

From Get docs
< @angular/commonAngular/docs/9/api/common/popstateevent /
Revision as of 02:30, 6 December 2021 by Notes (talk | contribs) (Page commit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


PopStateEvent

interface

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

Properties

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


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