CustomActionsPosition

CustomActionsPosition

Enum options to show custom actions at different positions in the application.

Enumeration members🔗

CONTEXTMENU🔗

CONTEXTMENU:= "CONTEXTMENU"

Shows the action in the right-click context menu. Only supported for CustomActionTarget.VIZ, CustomActionTarget.ANSWER, and CustomActionTarget.SPOTTER targets.

Defined in : types.ts

MENU🔗

MENU:= "MENU"

Shows the action inside the "More" menu (three-dot overflow menu).

Defined in : types.ts

PRIMARY🔗

PRIMARY:= "PRIMARY"

Shows the action as a primary button in the toolbar area of the embed.

Defined in : types.ts

© 2026 ThoughtSpot Inc. All Rights Reserved.