I am looking for a document with possible metadata property names and configuration settings for a component.
There are many documents online with this definition. The question is, how do I know if a property / parameter name is a valid name.
metadata : { name : "XXXXX", version : "1.0", includes : [], dependencies : { libs : ["sap.m", "sap.ui.layout"], components : [] }, rootView : "XXXXX", config : { resourceName : "i18n", resourceBundle : "XXXX", serviceConfig : { name : "main", serviceUrl : "XXXXX", } }
source share