CustomisationsInterface

CustomisationsInterface

Configuration to define the customization on the Embedded Thoughtspot components. You can customize styles, text strings, and icons. For more information, see https://developers.thoughtspot.com/docs/custom-css.

 init({
   // ...
   customizations: {
    style: {
      customCSS: {
        variables: {},
        rules_UNSTABLE: {}
      }
    },
    content: {
     strings: {
       'LIVEBOARDS': 'Dashboards',
       'ANSWERS': 'Visualizations',
       'Edit': 'Modify',
       'Show underlying data': 'Show source data',
       'SpotIQ': 'Insights',
       'Monitor': 'Alerts',
     }
    },
    iconSpriteUrl: 'https://my-custom-icon-sprite.svg'
   }
 })

Properties🔗

content🔗

content: {[key: string ] : any}

Optional

Index Signature Parameters

iconSpriteUrl🔗

iconSpriteUrl: string

Optional

style🔗

style: CustomStyles

Optional