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
One can send events from the playground via:
```js
Playground.conductor.cards['../cards/tutorial/youtube_card.js'][1][0].sandbox.videoPort.send('play');
// we add the video port to the window for convenience in the tutorial
window.videoPort.send('play');
```
0 commit comments