Interface: TVNode
Templated virtual DOM node.
Type parameters
Name | Type | Description |
---|---|---|
T |
NodeInstance |
Node instance |
P |
unknown |
Node Props |
Hierarchy
-
VNode
↳
TVNode
Properties
root
• Optional
root: Node
The root DOM node of this VNode
Memberof
VNode
Inherited from
VNode.root
children
• children: null
| VNode
[]
The children of this node.
Inherited from
VNode.children