Contains data type components and definitions.
Properties:
Name | Type | Description |
---|---|---|
DataType |
function | Data type constructor to create new definitions. |
Boolean |
object | Data type instance that defines Boolean data. |
Text |
object | Data type instance that defines Text data. |
Email |
object | Data type instance that defines Email data. |
Integer |
object | Data type instance that defines Integer data. |
Decimal |
object | Data type instance that defines Decimal data. |
Enum |
function | Enum constructor to create new enumeration data type. |
DateTime |
object | Data type instance that defines DateTime data. |