themeIdentifierΒΆ

The name of the TDS identifier that has the theme overwrites. Use this when TDS manages your overwrites.

accepts string
required false
values  
default none

example:

<script>
  var tdsPcInpageConfig = tdsPcInpageConfig || {}
  tdsPcInpageConfig["widgetId"] = {
    options: {
      themeIdentifier: "default"
    }
  }
</script>