@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface SpeechSynthesisEventInit
extends EventInit
bubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static SpeechSynthesisEventInit create(@Nonnull SpeechSynthesisUtterance utterance)
@JsProperty(name="charIndex") int charIndex()
@JsProperty void setCharIndex(int charIndex)
@JsOverlay @Nonnull default SpeechSynthesisEventInit charIndex(int charIndex)
@JsProperty(name="charLength") int charLength()
@JsProperty void setCharLength(int charLength)
@JsOverlay @Nonnull default SpeechSynthesisEventInit charLength(int charLength)
@JsProperty(name="elapsedTime") float elapsedTime()
@JsProperty void setElapsedTime(float elapsedTime)
@JsOverlay @Nonnull default SpeechSynthesisEventInit elapsedTime(float elapsedTime)
@JsProperty(name="name") java.lang.String name()
@JsProperty
void setName(@Nonnull
java.lang.String name)
@JsOverlay @Nonnull default SpeechSynthesisEventInit name(@Nonnull java.lang.String name)
@JsProperty(name="utterance") @Nonnull SpeechSynthesisUtterance utterance()
@JsProperty
void setUtterance(@Nonnull
SpeechSynthesisUtterance utterance)
@JsOverlay @Nonnull default SpeechSynthesisEventInit utterance(@Nonnull SpeechSynthesisUtterance utterance)
@JsOverlay @Nonnull default SpeechSynthesisEventInit bubbles(boolean bubbles)
@JsOverlay @Nonnull default SpeechSynthesisEventInit cancelable(boolean cancelable)
cancelable in interface EventInit@JsOverlay @Nonnull default SpeechSynthesisEventInit composed(boolean composed)