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: limitation: generated settings object only allows direct type, not binding objects or binding strings #348

Closed akudev closed 2 years ago

akudev commented 2 years ago

new MyControl({someNumericProperty: 5})

is possible, but not

new MyControl({someNumericProperty: {path: "/theNumber"}}) or new MyControl({someNumericProperty: "{someModel>/theNumber}"})