========= raw_value ========= .. js:attribute:: raw_value **domain**: client **language**: javascript **class** :doc:`Field class ` Description =========== Represents the data in a field object. Use **raw_value** read only property to read data directly from the item dataset. Other properties such as :doc:`value ` and :doc:`text ` use convesion. So the :doc:`value ` property converts the **null** value to **0** for the numeric fields. See also ======== :doc:`Fields ` :doc:`value ` :doc:`text `