LimitsΒΆ

The limits for the widgets. Limits will limit the shown data in the widget. The widget will not be able to go beyond the set limits. These limits are inside the limits object inside the configuration:

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