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