Skip to main content
Module

x/lume/deps/dom.ts>Attr

🔥 Static site generator for Deno 🦕
Very Popular
Latest
class Attr
extends Node
import { Attr } from "https://deno.land/x/lume@v2.1.4/deps/dom.ts";

Constructors

new
Attr(
map: NamedNodeMap | null,
name: string,
value: string,
key: CTOR_KEY,
)

Properties

readonly
localName
readonly
name
readonly
ownerElement
readonly
prefix: string | null
readonly
specified
value: string
type alias Attr
import { type Attr } from "https://deno.land/x/lume@v2.1.4/deps/dom.ts";
definition: ConstructibleAttr
variable Attr
import { Attr } from "https://deno.land/x/lume@v2.1.4/deps/dom.ts";

type

Pick<ConstructibleAttr, keyof ConstructibleAttr> & Function