I'm developing a component for UI5. In the metadata->properties part I want to define a property of the type Integer. If I set the data type by "markerSize" : {type:"integer",defaultValue:"25"} (or any other variation like Integer, Number, number) I get the errormessage that 50 (the current value) can't be accessed by "in". Changing the data type to string is working. In the examples from SAP I can only find "string" and "sap.ui.core.CSSSize" as datatype. How can I define numeric values? Is there a list of supported datatypes an their correct definition?
KR, Nico