themeVariableΒΆ
The name of the variable that has the theme overwrites. See Styling Options for more details.
| accepts | string |
| required | false |
| values | |
| default | none |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
options: {
themeVariable: "myThemeVariable"
}
}
</script>