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