Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

widgetUniqueid

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

Info

The widgetUniqueid value is updated once when the widget is initialized

  • added manually in the config

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

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

HawksearchVue.initialSearch(widget);