Enum sap.ui.comp.smartfield.JSONTypeModule: sap/ui/comp/library


Enumeration of the different data types supported by the SmartField control, if it is using a JSON model.

Field Detail
sap.ui.comp.smartfield.JSONType.Boolean: string
Boolean Type
sap.ui.comp.smartfield.JSONType.Date: string
The JavaScript Date Object
sap.ui.comp.smartfield.JSONType.DateTime: string
Date Time Type
sap.ui.comp.smartfield.JSONType.Float: string
Float type
sap.ui.comp.smartfield.JSONType.Integer: string
Integer type
sap.ui.comp.smartfield.JSONType.String: string
The JavaScript primary type String