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

    Interface TrackEventInit

    interface TrackEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        track?: TextTrack | null;
    }

    Hierarchy

    • EventInit
      • TrackEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    track?: TextTrack | null