value property
The value property of the HTMLDataElement
interface returns a string reflecting the
value
HTML attribute.
Implementation
external String get value;
Implementation
external set value(String value);
The value property of the HTMLDataElement
interface returns a string reflecting the
value
HTML attribute.
external String get value;
external set value(String value);