What’s in the sandbox
Your widget’s iframe ships with:- Tailwind CSS: every utility class, no setup.
- GSAP 3.12 + TextPlugin: animation that doesn’t fight you.
fieldData: the values of your configurable fields.StreamWizard.state: persistence between streams (state docs).- Transparent background: your widget composites over the stream.
allow-scripts only.
The four tabs
The event model
Three events reach your widget:onWidgetLoad: fires once, carriesfieldDataand session info.onEventReceived: every live event.detail.listeneris the event name,detail.eventthe payload. Full list: event reference.onSessionUpdate: reserved, currently unused.
e.detail. and read the menu.
