NodeReference.rootElement constructor

NodeReference.rootElement()

Create a NodeReference for the root element of a view.

Implementation

NodeReference.rootElement()
  : _storage = null,
    _type = o.importType(Identifiers.htmlElement),
    _name = componentViewRootElementFieldName,
    _visibility = NodeReferenceVisibility.classPublic,
    _initialValue = null;