Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

widgetUniqueid

The widgetUniqueid option default value is null. This options allows user fetch Recommendations data.

The widgetUniqueid value is updated once when the widget is initialized

  • added manually in the config

const config = {
      ...
      widgetUniqueid : "54b6a4361e1006c7",
      ...
};

var widget = HawksearchVue.createWidget(component, { config: hawkConfig });

HawksearchVue.initialSearch(widget);

  • No labels