You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Studio is embedded in another page via iframe, deep linking can be used to control the page's initial state, but it would also be useful to be able to control the embedded Studio dynamically. We could expose an API via postMessage that allows controlling the app, actions like:
Changing the layout
Loading a different data source
Playing/pausing/seeking the data source, controlling playback speed, looping, etc.
This discussion was converted from issue #190 on December 16, 2022 05:18.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Related: #191, #193, #192, #194
If Studio is embedded in another page via iframe, deep linking can be used to control the page's initial state, but it would also be useful to be able to control the embedded Studio dynamically. We could expose an API via
postMessage
that allows controlling the app, actions like:Beta Was this translation helpful? Give feedback.
All reactions