Liveboard embedding
The SDK includes the following new features and enhancements in Liveboard embedding.
- Continuous Liveboard layout in PDF downloads Beta
-
When set to
true, theisContinuousLiveboardPDFEnabledenables the Liveboard tab to render on a single page that matches the exact UI layout you see in ThoughtSpot. This update addresses the issue where visualizations for PDF downloads were split across multiple A4 pages regardless of how they appear on screen. This feature is in beta and can be enabled by settingisContinuousLiveboardPDFEnabledtotrue.- New events and action IDs
-
-
EmbedEvent.DownloadLiveboardAsContinuousPDF
Emits when the download action is triggered. -
HostEvent.DownloadLiveboardAsContinuousPDF
Programmatically triggers the download action to export the PDF with a continuous Liveboard layout. -
Action.DownloadLiveboardAsContinuousPDF
Action ID to control the visibility of download action that exports continuous PDFs.
-
- Liveboard download actions
-
The following action IDs are introduced in the SDK for the download buttons at the Liveboard level:
-
Action.DownloadLiveboard -
Action.DownloadLiveboardAsXlsx -
Action.DownloadLiveboardAsCsv
-
- Test email for Liveboard scheduled jobs
-
The SDK introduces the
isSendNowLiveboardSchedulingEnabledto enable the Send now option for the Liveboard scheduled jobs. This option allows Liveboard users to send a test email notification to either themselves or the intended recipients of the Liveboard scheduled alerts.- New events and action IDs
-
-
EmbedEvent.SendTestScheduleEmail
Emits when Send now button is clicked. -
HostEvent.SendTestScheduleEmail
Programmatically triggers the Send now action to send a test email notification for a Liveboard scheduled job. -
Action.SendTestScheduleEmail
Action ID to disable, show, or hide the Send now button on the Liveboard schedule page.
-