nodeName property - Node class - dart:html library (original) (raw)
String? getnodeName
The name of this node.
This varies by this node's nodeType.
Other resources
- Node.nodeNamefrom MDN. This page contains a table of nodeName values for eachnodeType.
Implementation
String? get nodeName native;