SAP / ui5-typescript

Tooling to enable TypeScript support in SAPUI5/OpenUI5 projects
https://sap.github.io/ui5-typescript
Apache License 2.0
201 stars 28 forks source link

[ts-interface-generator] Provide a way to annotate control properties with a TS type (which might be narrower than the UI5 one) #427

Open akudev opened 6 months ago

akudev commented 6 months ago

It should be possible to provide narrower types for control properties of type "function" (for callbacks) or "object" (sometimes questionable, but sometimes justified).