updateUrl¶
If you’d like to update the URL with user actions or not. If you enable this, the widget will add parameters to the URL query, so a user can navigate to specific settings and/or bookmark/share pages with specific settings. This also holds all data when you refresh the page.
accepts | boolean |
required | false |
values | |
default | false |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
options: {
updateUrl: true
}
}
</script>