classvdom::VDom

sys::Obj
  vdom::VDom

@Js

Virtual DOM.

patch

static Void patch(Elem e, VElem v)

Patch Elem to match given VElem instance.

render

static Elem render(VElem v)

Render a VElem to a Elem instance.