limitΒΆ
The max amount of offers you want to select for the initial filter.
accepts | integer |
required | false |
values | |
default | depends on the widget |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
widgetOptions: {
proposition: {
initialFilter: {
limit: 10
}
}
}
}
</script>