PokéRogue
GitHub
Switch to Main
Preparing search index...
src/battle-scene
SpeechSynthesisEventInit
Interface SpeechSynthesisEventInit
interface
SpeechSynthesisEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
charIndex
?:
number
;
charLength
?:
number
;
composed
?:
boolean
;
elapsedTime
?:
number
;
name
?:
string
;
utterance
:
SpeechSynthesisUtterance
;
}
Hierarchy (
View Summary
)
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
charIndex
?:
number
Optional
char
Length
charLength
?:
number
Optional
composed
composed
?:
boolean
Optional
elapsed
Time
elapsedTime
?:
number
Optional
name
name
?:
string
utterance
utterance
:
SpeechSynthesisUtterance
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
char
Index
char
Length
composed
elapsed
Time
name
utterance
GitHub
Switch to Main
PokéRogue
Loading...