Skip to main content

SpeechSynthesisEventInit

Extends

Extended by

Properties

bubbles?

optional bubbles?: boolean;

Inherited from

EventInit.bubbles


cancelable?

optional cancelable?: boolean;

Inherited from

EventInit.cancelable


charIndex?

optional charIndex?: number;

charLength?

optional charLength?: number;

composed?

optional composed?: boolean;

Inherited from

EventInit.composed


elapsedTime?

optional elapsedTime?: number;

name?

optional name?: string;

utterance

utterance: SpeechSynthesisUtterance;