Interface PageRevealEventInit
interface PageRevealEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
viewTransition?: ViewTransition | null;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
viewTransition?: ViewTransition | null;
}
Hierarchy
- EventInit
- PageRevealEventInit (View Summary)