setAttribute
Applies one property value to the DOM represented by a vnode.
Table of contents
Category
Value
Import
jsimport { setAttribute } from "valyrian.js";Public signature
ts(name: string, value: any, newVnode: VnodeWithDom): voidParameters
tsname: string, value: any, newVnode: VnodeWithDomResult
tsvoid