@yesstudio/nuxt-composables
    Preparing search index...

    Interface PageRevealEventInit

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

    Hierarchy

    • EventInit
      • PageRevealEventInit
    Index

    Properties

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