init({
// ...
customizations: {
style: {
customCSS: {
variables: {},
rules_UNSTABLE: {}
}
},
content: {
strings: {
'LIVEBOARDS': 'Dashboards'
}
},
iconSpriteUrl: 'https://my-custom-icon-sprite.svg'
}
})
CustomisationsInterface
Table of Contents
Configuration to define the customization on the Embedded Thoughtspot components.
Properties🔗
content🔗
content: {[key: string ] : any}
Optional
Index Signature Parameters
iconSpriteUrl🔗
iconSpriteUrl: string
Optional
style🔗
style: CustomStyles
Optional