@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface SpeechSynthesisErrorEventInit.Builder
extends SpeechSynthesisErrorEventInit
SpeechSynthesisErrorEventInit.Builder, SpeechSynthesisErrorEventInit.Step1| Modifier and Type | Method and Description |
|---|---|
default SpeechSynthesisErrorEventInit.Builder |
bubbles(boolean bubbles) |
default SpeechSynthesisErrorEventInit.Builder |
cancelable(boolean cancelable) |
default SpeechSynthesisErrorEventInit.Builder |
charIndex(int charIndex) |
default SpeechSynthesisErrorEventInit.Builder |
charLength(int charLength) |
default SpeechSynthesisErrorEventInit.Builder |
composed(boolean composed) |
default SpeechSynthesisErrorEventInit.Builder |
elapsedTime(float elapsedTime) |
default SpeechSynthesisErrorEventInit.Builder |
name(java.lang.String name) |
error, setError, utterancecharIndex, charLength, elapsedTime, name, setCharIndex, setCharLength, setElapsedTime, setName, setUtterance, utterancebubbles, cancelable, composed, of, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull default SpeechSynthesisErrorEventInit.Builder charIndex(int charIndex)
@JsOverlay @Nonnull default SpeechSynthesisErrorEventInit.Builder charLength(int charLength)
@JsOverlay @Nonnull default SpeechSynthesisErrorEventInit.Builder elapsedTime(float elapsedTime)
@JsOverlay @Nonnull default SpeechSynthesisErrorEventInit.Builder name(@Nonnull java.lang.String name)
@JsOverlay @Nonnull default SpeechSynthesisErrorEventInit.Builder bubbles(boolean bubbles)
@JsOverlay @Nonnull default SpeechSynthesisErrorEventInit.Builder cancelable(boolean cancelable)
@JsOverlay @Nonnull default SpeechSynthesisErrorEventInit.Builder composed(boolean composed)