updateVnode
Updates the DOM rendered for a vnode and returns server output when produced.
Table of contents
Category
Value
Import
jsimport { updateVnode } from "valyrian.js";Public signature
ts(vnode: VnodeWithDom, shouldCleanup?: boolean): string | voidParameters
tsvnode: VnodeWithDom, shouldCleanup?: booleanResult
tsstring | void