Hello,
In the LayerList widget I am trying to publish the layer info after checking/unchecking the checkbox.
In layerlistview.js I am saving the info in an array which is declared as global, As per my previous queries I can only publish the data from widget.js which inherits the Basewidget but not from layerlistview.js.
I tried passing the array from layerlistview.js to widget.js but nothing worked.
Can anyone help me or suggest me on how to publish the data from this widget?