DomElement
Type. DOM element shape used by rendered vnodes.
Table of contents
Category
Type
Type import
tsimport type { DomElement } from "valyrian.js";Public signature
tsinterface 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.