Models/VariableData
VariableDataType
Defines the type of the attribute. Mainly used for displaying the correct input fields in the NUI.
ShortString
This type will display a text input field in forms.
LongString
This type will display a textarea in forms.
Integer
This type will display a number input field in forms.
Bool
This type will display a checkbox in forms.
Date
This type will display a date input field in forms.
IntegerList
This type is used for mapping to entities and displaying them in some form.