The parent element of this node.
Returns null if this node either does not have a parent or its parent is not an element.
Other resources
-
Node.parentElement from W3C.
Source
@DomName('Node.parentElement') @DocsEditable() Element get parent => _blink.BlinkNode.instance.parentElement_Getter_(this);