SpeechSynthesisErrorEventInit
Extends
Properties
bubbles?
optional bubbles?: boolean;
Inherited from
SpeechSynthesisEventInit.bubbles
cancelable?
optional cancelable?: boolean;
Inherited from
SpeechSynthesisEventInit.cancelable
charIndex?
optional charIndex?: number;
Inherited from
SpeechSynthesisEventInit.charIndex
charLength?
optional charLength?: number;
Inherited from
SpeechSynthesisEventInit.charLength
composed?
optional composed?: boolean;
Inherited from
SpeechSynthesisEventInit.composed
elapsedTime?
optional elapsedTime?: number;
Inherited from
SpeechSynthesisEventInit.elapsedTime
error
error: SpeechSynthesisErrorCode;
name?
optional name?: string;
Inherited from
utterance
utterance: SpeechSynthesisUtterance;