initialFilterΒΆ

The initial filter is the filter the widget starts with. This filter is part of the type inside the widgetOptions. Not all options are applicable to all

<script>
  var tdsPcInpageConfig = tdsPcInpageConfig || {}
  tdsPcInpageConfig["widgetId"] = {
      widgetOptions: {
        phoneOffer: {
          initialFilter: {
            ...
          }
        },
        proposition: {
          initialFilter: {
            ...
          }
        },
        simOnly: {
          initialFilter: {
            ...
          }
        }
      }
    }
</script>