Interface PopStateEventInit
interface PopStateEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
state?: any;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
state?: any;
}
Hierarchy
- EventInit
- PopStateEventInit (View Summary)