The virtual element node to realize.
A new DOM element for the given virtual element node.
This creates a brand new real DOM element with a structure which matches the given virtual DOM node.
If virtual diffing is desired, use the render
function instead.
Generated using TypeDoc
Create a real DOM element from a virtual element node.