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

    Interface MIDIConnectionEventInit

    interface MIDIConnectionEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        port?: MIDIPort;
    }

    Hierarchy

    • EventInit
      • MIDIConnectionEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    port?: MIDIPort