getActiveWidgets method

Map<String, SearchController> getActiveWidgets()

This method returns all the active widgets registered on the SearchBase instance.

The widgets state can be used for various purposes, for example, to display the selected filters in the UI.

Implementation

Map<String, SearchController> getActiveWidgets() {
  return this._searchWidgets;
}