@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SpeechSynthesisErrorEventInit")
public static interface SpeechSynthesisErrorEventInit.Builder
extends SpeechSynthesisErrorEventInit
SpeechSynthesisErrorEventInit.Builder| 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 |
error(java.lang.String error) |
default SpeechSynthesisErrorEventInit.Builder |
name(java.lang.String name) |
default SpeechSynthesisErrorEventInit.Builder |
utterance(SpeechSynthesisUtterance utterance) |
create, error, setErrorcharIndex, charLength, create, elapsedTime, name, setCharIndex, setCharLength, setElapsedTime, setName, setUtterance, utterancebubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull default SpeechSynthesisErrorEventInit.Builder error(@SpeechSynthesisErrorCode @Nonnull java.lang.String error)
@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 utterance(@Nonnull SpeechSynthesisUtterance utterance)
@JsOverlay @Nonnull default SpeechSynthesisErrorEventInit.Builder bubbles(boolean bubbles)
@JsOverlay @Nonnull default SpeechSynthesisErrorEventInit.Builder cancelable(boolean cancelable)
@JsOverlay @Nonnull default SpeechSynthesisErrorEventInit.Builder composed(boolean composed)