Search


Search something to see results

PageRevealEventInit

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

Hierarchy (View Summary)

Index

Properties

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
viewTransition?: null | ViewTransition