Interface PageTransitionEventInit
interface PageTransitionEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
persisted?: boolean;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
persisted?: boolean;
}
Hierarchy
- EventInit
- PageTransitionEventInit (View Summary)