value property

String get value

The value property of the Attr interface contains the value of the attribute.

Implementation

external String get value;
set value (String value)

Implementation

external set value(String value);