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

    Interface HashChangeEventInit

    interface HashChangeEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        newURL?: string;
        oldURL?: string;
    }

    Hierarchy

    • EventInit
      • HashChangeEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    newURL?: string
    oldURL?: string