nodeValue property
The value of this node.
This varies by this type's nodeType.
Other resources
- Node.nodeValue from MDN. This page contains a table of nodeValue values for each nodeType.
Implementation
String? get nodeValue native;
The value of this node.
This varies by this type's nodeType.
String? get nodeValue native;