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

Hierarchy-Diagram

UML class diagram of SpeechSynthesisEventInit
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy (view full)

Properties

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