1
votes

Is there a way to have a custom OpenUI5/SAPUI5 configuration property?

For example, if I wanted to add a property "xx-customProperty".

It would be nice to hook into the existing configuration support (url param loading for example).

I took a look at sap.ui.core.Configuration, and I see where the M_SETTINGS map is defined, but not how to append to it.

1

1 Answers

1
votes

Configuration properties are related with framework settings. if you want to check in your application whether xx-customProperty is set as URI parameter then you can use

jQuery.sap.getUriParameters().get("xx-customProperty")