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