Hi Kartik,
I've tried your approach and it works perfectly.
I was wondering how you would use your approach if you are working with several environments.
The static URL-part would be different for development than production. Imagine you want t...
Not sure if it is the best way, but I have manipulated my hidden property via t his way:onInit: function () {
if (this.extensionAPI) {
this.extensionAPI.attachPageDataLoaded(this._setDefaultProperty.bind(this,
"property", tr...