class Attr
extends Node
import { Attr } from "https://deno.land/x/lume@v2.4.1/deps/dom.ts";
Constructors
Properties
readonly
ownerElement: Element | nullMethods
appendChild(): Node
insertBefore(): Node
removeChild(): Node
replaceChild(): Node
[setAttrValueSym](value: string)
[setNamedNodeMapOwnerElementSym](ownerElement: Element | null)
import { type Attr } from "https://deno.land/x/lume@v2.4.1/deps/dom.ts";
definition: ConstructibleAttr
import { Attr } from "https://deno.land/x/lume@v2.4.1/deps/dom.ts";