interface Attr
implements Node
import { type Attr } from "https://deno.land/x/evt@v2.5.6/lib/types/lib.dom.ts";
A DOM element's attribute as an object. In most DOM methods, you will probably directly retrieve the attribute as a string (e.g., Element.getAttribute(), but certain functions (e.g., Element.getAttributeNode()) or means of iterating give Attr types.
Properties
readonly
ownerElement: Element | null