Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,8 @@ export interface HomePageConfig {
* Hide list page columns
* For example: hiddenListColumns = [ListPageColumns.Author]
*
* **Note**: This option is available only in full app embedding. To use it, you need to import `ListPageColumns` enum.
* **Note**: This option is currently available only in full app embedding and requires importing the ListPageColumns enum.
* At present, it can be used with Liveboard and Answer list pages, and starting with version 10.14.0.cl, it will also be supported for the Home page.
Comment on lines +1043 to +1044

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This updated comment is helpful. It could be slightly improved for clarity and formatting. The first line has a trailing whitespace, and the second sentence could be phrased more directly.

Suggested change
* **Note**: This option is currently available only in full app embedding and requires importing the ListPageColumns enum.
* At present, it can be used with Liveboard and Answer list pages, and starting with version 10.14.0.cl, it will also be supported for the Home page.
* **Note**: This option is currently available only in full app embedding and requires importing the ListPageColumns enum.
* At present, it can be used with Liveboard and Answer list pages. Support for the Home page will be added in version 10.14.0.cl.

*
* Supported embed types: `AppEmbed`
* @version SDK: 1.38.0 | ThoughtSpot: 10.9.0.cl
Expand Down
Loading
Loading