Skip to content
Merged
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
5 changes: 3 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -714,11 +714,12 @@ export interface ViewConfig {
*/
visibleActions?: Action[];
/**
* Show alert messages and toast messages in the embedded view.
* Show alert messages and toast messages in the embedded
* view in full app embed.
* @version SDK: 1.11.0 | ThoughtSpot: 8.3.0.cl, 8.4.1.sw
* @example
* ```js
* const embed = new LiveboardEmbed('#embed-container', {
* const embed = new AppEmbed('#embed-container', {
* ... // other options
* showAlerts:true,
* })
Expand Down
Loading