Background:
The React/JavaScript/TypeScript app runs a liveboard embed using the @thoughtspot/visual-embed-sdk
library. The code passes a few actions.
```tsx
import { Action, LiveboardEmbed as LiveboardEmbedRef } from '@thoughtspot/visual-embed-sdk';...