CustomisationsInterface
Version 26.2.0.cl is now available. Read about the new features and enhancements.

CustomisationsInterface

Configuration to define the customization on the Embedded ThoughtSpot components. You can customize styles, text strings, and icons. For more information, see CSS customization framework.

 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

© 2026 ThoughtSpot Inc. All Rights Reserved.