Skip to content

Instantly share code, notes, and snippets.

View anselm94's full-sized avatar
👋
Focusing

Merbin J Anselm anselm94

👋
Focusing
View GitHub Profile
@cschuff
cschuff / DataType.js
Last active May 30, 2019 09:05
Valid SAPUI5 property types
// found in https://github.com/SAP/openui5/blob/master/src/sap.ui.core/src/sap/ui/base/DataType.js
"any"
"boolean"
"int"
"float"
"string"
"object"
"function"
// arrays like this