Swati - We are embedding liveboards in our prod...

We are embedding liveboards in our product, and would like to hide some options on liveboards --
No description
Solution:
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.
Jump to solution
3 Replies
Swati
SwatiOP2w ago
@Mohammed Irfan Mulla placed question here in this thread
Solution
yuichirio_ha
yuichirio_ha2w ago
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.
Swati
SwatiOP2w ago
Thanks @yuichirio_ha , we were successfully able to hide actions

Did you find this page helpful?