interface PopStateEvent { pop?: boolean | undefined; state?: any; type?: string | undefined; url?: string | undefined; hasUAVisualTransition?: boolean | undefined;}
boolean | undefined
any
string | undefined
Whether the user agent performed a visual transition for this navigation.