Closed devtomtom closed 6 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Not needed because we tend to redefine the type
property with the content of the @type tag.
@devtomtom Would this be a solution that applies for the interface generator as well (https://github.com/SAP/ui5-typescript/issues/427) ?
The runtime metadata is currently limited to basic types like
int
,object
,any
. For example, with Date-based controls, usingany
in TypeScript is not ideal. Typically, the preferred types areUI5Date
or the nativeDate
.To address this, introducing the
valueType
property and use it for displaying in the API Reference.