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

    Interface ToggleEventInit

    interface ToggleEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        newState?: string;
        oldState?: string;
    }

    Hierarchy

    • EventInit
      • ToggleEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    newState?: string
    oldState?: string