nodeValue property

String? get nodeValue
inherited

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)
inherited

Implementation

external set nodeValue(String? value);