[ Web Proxy ]
URL:
Viewing: https://angular.dev/api/common/PopStateEvent [Back]  [Original]

PopStateEvent Angular Skip to main content
menu
close
more_horiz
menuAPI
@angular/common

PopStateEvent

interface
stable

On this page

    arrow_upward_alt Back to the top

    API

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

    pop

    boolean | undefined

    type

    string | undefined

    url

    string | undefined
    Jump to details

    Web Proxy Viewer  |  New URL  |  Original Page