Widget Unique ID
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: config });
HawksearchVue.initialSearch(widget);
Â