value property

double get value

The CSSUnitValue.value property of the CSSUnitValue interface returns a double indicating the number of units.

Implementation

external double get value;
set value (num value)

Implementation

external set value(num value);