vot.js - v2.4.12
    Preparing search index...

    Interface SpeechSynthesisEventInit

    interface SpeechSynthesisEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        charIndex?: number;
        charLength?: number;
        composed?: boolean;
        elapsedTime?: number;
        name?: string;
        utterance: SpeechSynthesisUtterance;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    charIndex?: number
    charLength?: number
    composed?: boolean
    elapsedTime?: number
    name?: string