The name of this node.
This varies by this node's nodeType.
Other resources
- Node.nodeName from MDN. This page contains a table of nodeName values for each nodeType.
Source
@DomName('Node.nodeName') @DocsEditable() String get nodeName => _blink.BlinkNode.instance.nodeName_Getter_(this);