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'
}
})
CustomisationsInterface
Table of Contents
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.
Properties🔗
content🔗
content: {[key: string ] : any}
Optional
Index Signature Parameters
iconSpriteUrl🔗
iconSpriteUrl: string
Optional
style🔗
style: CustomStyles
Optional