value property

String get value

The value property of the HTMLDataElement interface returns a string reflecting the value HTML attribute.

Implementation

external String get value;
set value (String value)

Implementation

external set value(String value);