General OptionsΒΆ

The general options for the widgets. These options are inside the options object inside the configuration:

<script>
  var tdsPcInpageConfig = tdsPcInpageConfig || {}
  tdsPcInpageConfig["widgetId"] = {
    options: {
      ...
    }
  }
</script>