brandIdΒΆ

The ids of the brands you want to select for the initial filter.

accepts array of integers
required false
values  
default none

example:

<script>
  var tdsPcInpageConfig = tdsPcInpageConfig || {}
  tdsPcInpageConfig["widgetId"] = {
    widgetOptions: {
      proposition: {
        initialFilter: {
          brandId: [1, 2]
        }
      }
    }
  }
</script>