Skip to content

Commit 41f8202

Browse files
committed
SCAL-265768 Updated documentation for hideIrrelevantChipsInLiveboardTabs
1 parent 6728435 commit 41f8202

File tree

2 files changed

+3315
-3387
lines changed

2 files changed

+3315
-3387
lines changed

src/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,8 @@ export interface LiveboardAppEmbedViewConfig {
13761376
showLiveboardVerifiedBadge?: boolean;
13771377
/**
13781378
* This flag is used to enable/disable hide irrelevant filters in Liveboard tab
1379+
*
1380+
* **Note**: This feature is supported only if compact header is enabled on your Liveboard. To enable compact header, use the `isLiveboardCompactHeaderEnabled` attribute.
13791381
*
13801382
* Supported embed types: `AppEmbed`, `LiveboardEmbed`
13811383
* @version SDK: 1.36.0 | ThoughtSpot:10.6.0.cl
@@ -1386,6 +1388,7 @@ export interface LiveboardAppEmbedViewConfig {
13861388
* const embed = new <EmbedComponent>('#tsEmbed', {
13871389
* ... // other embed view config
13881390
* hideIrrelevantChipsInLiveboardTabs: true,
1391+
* isLiveboardCompactHeaderEnabled: true,
13891392
* })
13901393
* ```
13911394
*/

0 commit comments

Comments
 (0)