Hello
I have a properties file and I need to use the key/value pairs in a lot of different sub views. However, I don't want to hand over the reference to the properties file (return value of jQuery.sap.properties) to all sub views.
Is there a way to make this return object available globally?
My idea was to convert it to some kind of model and attach it to sap.ui.Core.
Are there any other suggestions?
Thanks in advance
Tobias