angular / 4.4.6 / api / common / popstateevent.html /

PopStateEvent

interface

npm Package @angular/common
Module import { PopStateEvent } from '@angular/common';
Source common/src/location/location.ts

Interface Overview

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

Members

pop?: boolean

type?: string

url?: string

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