nodeName property
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.
Implementation
String? get nodeName native;
The name of this node.
This varies by this node's nodeType.
String? get nodeName native;