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