nodeValue property
String?
get
nodeValue
The nodeValue
property of the Node interface returns or sets the
value of the current node.
Implementation
external String? get nodeValue;
set
nodeValue
(String? value)
Implementation
external set nodeValue(String? value);