Skip to main content
Module

x/evt/lib/types/index.ts>dom.SpeechSynthesisEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.SpeechSynthesisEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.3.1/lib/types/index.ts";
const { SpeechSynthesisEvent } = dom;

This Web Speech API interface contains information about the current state of SpeechSynthesisUtterance objects that have been processed in the speech service.

Properties

readonly
charIndex: number
readonly
charLength: number
readonly
elapsedTime: number
readonly
name: string
readonly
utterance: SpeechSynthesisUtterance