Skip to main content

Primitive Datatypes

datatypeExampleDescription
any Any datatype. This is the default if no datatype is specified on the property.
booleanTrue / FalseRepresents 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.
number123Represents a number value which supports both whole and real numbers.
texthello worldRepresents 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)