On this page

Interface PageRevealEventInit

interface PageRevealEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    viewTransition?: ViewTransition | null;
}

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
viewTransition?: ViewTransition | null
Was this helpful?
SDK JS
Reference
PageRevealEventInit