Browse documentation

hydrateDomToVnode

Builds a vnode representation from an existing DOM value.

Table of contents

Category

Value

Import

js
import { hydrateDomToVnode } from "valyrian.js";

Public signature

ts
(dom: any): VnodeWithDom | string | null | void

Parameters

ts
dom: any

Result

ts
VnodeWithDom | string | null | void