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