Browse documentation

DomElement

Type. DOM element shape used by rendered vnodes.

Table of contents

Category

Type

Type import

ts
import type { DomElement } from "valyrian.js";

Public signature

ts
interface DefaultRecord extends Record<string | number | symbol, any> {} interface DomElement extends Element, DefaultRecord {}

Type usage

DomElement is the DOM element shape attached to rendered vnodes and accepted as a mount target.