• Overview
@angular/common

PopStateEvent

interface
stable

API

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

pop

boolean | undefined

state

any

type

string | undefined

url

string | undefined
Jump to details