Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/dom.ts>Attr

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

Constructors

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

Properties

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

type

Pick<ConstructibleAttr, keyof ConstructibleAttr> & Function