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