CustomisationsInterface

CustomisationsInterface

Configuration to define the customization on the Embedded Thoughtspot components.

 init({
   // ...
   customizations: {
    style: {
      customCSS: {
        variables: {},
        rules_UNSTABLE: {}
      }
    },
    content: {
     strings: {
       'LIVEBOARDS': 'Dashboards'
     }
    },
    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