ReadonlychildrenArray of VNodes to be used as children. This array is already flattened.
Used by maquette to store the domNode that was produced from this VNode.
ReadonlypropertiesObject containing attributes, properties, event handlers and more, see h.
ReadonlytextUsed in a special case when a VNode only has one child node which is a text node. Only used in combination with children === undefined.
ReadonlyvnodeThe CSS selector containing tagname, css classnames and id. An empty string is used to denote a text node.
A virtual representation of a DOM Node. Maquette assumes that VNode objects are never modified externally. Instances of VNode can be created using h.