Preparing search index...
The search index is not available
derby
derby
<internal>
SpeechSynthesisEventInit
Interface SpeechSynthesisEventInit
interface
SpeechSynthesisEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
charIndex
?:
number
;
charLength
?:
number
;
composed
?:
boolean
;
elapsedTime
?:
number
;
name
?:
string
;
utterance
:
SpeechSynthesisUtterance
;
}
Hierarchy (
view full
)
EventInit
SpeechSynthesisEventInit
SpeechSynthesisErrorEventInit
Index
Properties
bubbles?
cancelable?
char
Index?
char
Length?
composed?
elapsed
Time?
name?
utterance
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
char
Index
char
Index
?:
number
Optional
char
Length
char
Length
?:
number
Optional
composed
composed
?:
boolean
Optional
elapsed
Time
elapsed
Time
?:
number
Optional
name
name
?:
string
utterance
utterance
:
SpeechSynthesisUtterance
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
bubbles
cancelable
char
Index
char
Length
composed
elapsed
Time
name
utterance
derby
Loading...