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

    Interface RTCDTMFToneChangeEventInit

    interface RTCDTMFToneChangeEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        tone?: string;
    }

    Hierarchy

    • EventInit
      • RTCDTMFToneChangeEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    tone?: string