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 2 Next »

wbesiteUrl

The wbesiteUrl default value is location.origin. This option helps HawksearchVue to get the absolute URL of the page.

class HawksearchVue {
    static defaultConfig = {
        ...
        wbesiteUrl: location.origin,
        ....
    }
}

Usage

  • Banner Image component - If the banner is selected redirects to the the specified page URL

  • Recommendations Item and Result Item components - If an item is selected the formed link is assigned to the item and redirects the Document to the specified page.

  • No labels