On this page

Interface PopStateEventInit

interface PopStateEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    state?: any;
}

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
state?: any
Was this helpful?
SDK JS
Reference
PopStateEventInit