SpeechSynthesisEventInit
interface SpeechSynthesisEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
charIndex?: number;
charLength?: number;
elapsedTime?: number;
name?: string;
utterance: SpeechSynthesisUtterance;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
charIndex?: number;
charLength?: number;
elapsedTime?: number;
name?: string;
utterance: SpeechSynthesisUtterance;
}
Hierarchy (View Summary)
- EventInit
- SpeechSynthesisEventInit
Index
Properties
<internal>.SpeechSynthesisEventInit.bubbles<internal>.SpeechSynthesisEventInit.cancelable<internal>.SpeechSynthesisEventInit.composed<internal>.SpeechSynthesisEventInit.charIndex<internal>.SpeechSynthesisEventInit.charLength<internal>.SpeechSynthesisEventInit.elapsedTime<internal>.SpeechSynthesisEventInit.name<internal>.SpeechSynthesisEventInit.utterance