Hi experts,
I m looking for a reference api , where i can find the name of the properties using inside the metadata configuration :
Many code on thenet with something like :
metadata : {
name : "XXX",
version : "1.0",
includes : [],
dependencies : {
libs : ["sap.m", "sap.ui.layout"],
components : []
},
rootView : "XXXX",
config : {
resourceName : "i18n",
resourceBundle : "i18n/messageBundle.properties",
serviceConfig : {
name : "Northwind",
//serviceUrl : "http://services.odata.org/V2/OData/OData.svc/"
serviceUrl : ""
}
},
routing: {...}
On the following document :
i cannot get an answer.
Regards & Thanks