dataSpeedGenΒΆ
The data speed gen you want to select for the initial filter.
| accepts | array of integers |
| required | false |
| values | 2, 3, 4, 5 |
| default | none |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
widgetOptions: {
proposition: {
initialFilter: {
dataSpeedGen: [4]
}
}
}
}
</script>