Constants for types of value

These constants are used to identify the type of values stored in a StoreObject. Along with the text types, they can be queried using the O.typecode() function, see typecode queries.

Constant name Description
O.T_REF StoreObject reference, as a Ref
O.T_DATETIME DateTime or JavaScript Date object
O.T_BOOLEAN true or false
O.T_INTEGER Integer
O.T_NUMBER Floating point number