All class elements will have a reference to its rendered blessed element
return the type name of ths component container blessed element
Returns the text content of given node and all its children, in order. By default stripped from ansi escape chars and trimmed, and separated by space, but is configurable through options.
Hot replace all children on this node with given [[newChildren]] array elements. This is a visual operation, and only should eb performed when the component need to implement a radicals different view dynamically since it couldnt costly.
If true then JSX children props will be save on property _jsxChildrenProps. Component subclasses needing this information (like Virtual component parent) can override it.