NodeReference.rootElement constructor
NodeReference.rootElement()
Create a NodeReference for the root element of a view.
Implementation
NodeReference.rootElement()
: _storage = null,
_type = o.importType(Identifiers.HTML_HTML_ELEMENT),
_name = componentViewRootElementFieldName,
_visibility = NodeReferenceVisibility.classPublic,
_initialValue = null;