value property
String
get
value
The value
property of the DOMTokenList
interface is a that returns the value of the list serialized as a
string, or clears and sets the list to the given value.
Implementation
external String get value;
set
value
(String value)
Implementation
external set value(String value);