Skip to main content
Module

x/evt/lib/types/lib.dom.ts>SpeechGrammarList

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

Properties

readonly
length: number

Methods

addFromString(string: string, weight?: number): void
addFromURI(src: string, weight?: number): void
item(index: number): SpeechGrammar