Variable SpeechSynthesisEvent
SpeechSynthesisEvent: {
prototype: SpeechSynthesisEvent;
new (
type: string,
eventInitDict: SpeechSynthesisEventInit,
): SpeechSynthesisEvent;
}
prototype: SpeechSynthesisEvent;
new (
type: string,
eventInitDict: SpeechSynthesisEventInit,
): SpeechSynthesisEvent;
}
Type declaration
- new (
 type: string,
 eventInitDict: SpeechSynthesisEventInit,
 ): SpeechSynthesisEvent
- Parameters- type: string
- eventInitDict: SpeechSynthesisEventInit
 - Returns SpeechSynthesisEvent
 
- new (
- prototype: SpeechSynthesisEvent