show¶
If you’d like this type to show or not. This is only applicable for widgets that can show multiple types.
accepts | boolean |
required | false |
values | |
default | varies per widget |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
widgetOptions: {
phoneOffer: {
show: true
},
proposition: {
show: true
},
simOnly: {
show: false
}
}
}
</script>