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