Swati - We are embedding liveboards in our prod...
We are embedding liveboards in our product, and would like to hide some options on liveboards --

Solution:Jump to solution
https://developers.thoughtspot.com/docs/Enumeration_Action
You can use hiddenActions...
Action
ThoughtSpot application pages include actions and menu commands for various user-initiated operations. These actions are represented as enumeration members in the SDK. To show, hide, or disable specific actions in the embedded view, define the Action enumeration members in the
disabledActions
, visibleActions
, or hiddenActions
array.3 Replies
@Mohammed Irfan Mulla placed question here in this thread
Solution
https://developers.thoughtspot.com/docs/Enumeration_Action
You can use hiddenActions
Action
ThoughtSpot application pages include actions and menu commands for various user-initiated operations. These actions are represented as enumeration members in the SDK. To show, hide, or disable specific actions in the embedded view, define the Action enumeration members in the
disabledActions
, visibleActions
, or hiddenActions
array.Thanks @yuichirio_ha , we were successfully able to hide actions