SpeechSynthesisEventInit
Extends
Extended by
Properties
bubbles?
optional bubbles?: boolean;
Inherited from
cancelable?
optional cancelable?: boolean;
Inherited from
charIndex?
optional charIndex?: number;
charLength?
optional charLength?: number;
composed?
optional composed?: boolean;
Inherited from
elapsedTime?
optional elapsedTime?: number;
name?
optional name?: string;
utterance
utterance: SpeechSynthesisUtterance;