Skip to main content
Module

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

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

Properties

autofocus: boolean
readonly
dataset: DOMStringMap
optional
nonce: string
tabIndex: number

Methods

blur(): void
focus(options?: FocusOptions): void