Skip to main content
Module

x/commandis/mod.ts>dom.HTMLOrSVGElement

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.HTMLOrSVGElement
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { HTMLOrSVGElement } = dom;

Properties

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

Methods

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