PopStateEvent
interface
stable
API
interface PopStateEvent { pop?: boolean | undefined; state?: any; type?: string | undefined; url?: string | undefined;}
pop
boolean | undefinedstate
anytype
string | undefinedurl
string | undefinedJump to details