any | | Any datatype. This is the default if no datatype is specified on the property. |
boolean | True / False | Represents a boolean value which can be either true or false and nothing else. For more information see https://en.wikipedia.org/wiki/Boolean_data_type. |
number | 123 | Represents a number value which supports both whole and real numbers. |
text | hello world | Represents a text value which is any textual representation. text datatypes are sometimes called string in other languages. For more information see https://en.wikipedia.org/wiki/String_(computer_science) |