The information in this topic may be out of date. The current SDK reference guide has moved here.
Retrieve the property value.
let value = obj.getValue(); obj.value = value; value = obj.value;
Note that this feature is available as both a method and a property.