Browse documentation

updateAttributes

Reconciles the properties of a new vnode with its previous DOM state.

Table of contents

Category

Value

Import

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

Public signature

ts
(newVnode: VnodeWithDom, oldVnode?: VnodeWithDom): void

Parameters

ts
newVnode: VnodeWithDom, oldVnode?: VnodeWithDom

Result

ts
void