Kevin Heeß
Kevin Heeß
Hi @akudev, I interfaced the metadata, from what I could find is usable in it and starting from the sap.ui.base.ManagedObject class: ```ts export interface DnDMetadata { droppable: boolean, draggable: boolean...
Hi, i have a similar error: ```cmd C:\Users\heess_k\Documents\TypeScript Projects\ui5-typescript-helloworld\node_modules\@ui5\ts-interface-generator\dist\interfaceGenerationHelper.js:97 throw new Error(`${statement.name ? statement.name.text : ""} inherits from ${interestingBaseClass} but the parent class ${typeChecker.getFullyQualifiedName(type.getSymbol())} seems to have no settings type`);...
Currently about 25 .gen.d.ts files are created. It only takes a second, maybe more if my PC is more loaded. The main problem is simply finding the error/warning messages after...
After further testing, I noticed that this problem is present throughout the project. Because the serviceUrl is stored in multiple locations, there is no one place to fix it.
@AmirthavalliG : Hi, it's not that I need these query parameters, but they are added by default in SAPUI5 in deployed state. Assuming that the oData classes of SAPUI5 can...
@AmirthavalliG : Hi, sorry for writing back this late. I initialize the FHIRModel via the manifest in: "sap.ui5": { "models": { "Condition": { "type": "sap.fhir.model.r4.FHIRModel", "dataSource": "zprincipa" } } }...