The parent node of this node.
Other resources
-
Node.parentNode from MDN.
Source
@DomName('Node.parentNode') @DocsEditable() Node get parentNode => _blink.BlinkNode.instance.parentNode_Getter_(this);
The parent node of this node.
Node.parentNode from MDN.
@DomName('Node.parentNode') @DocsEditable() Node get parentNode => _blink.BlinkNode.instance.parentNode_Getter_(this);