Using the PlaygroundThe playground is the fastest way to try Route Graphics states without building a separate host app.
What You Can Do
- load a built-in template from the selector
- edit raw YAML in place
- move through multi-state examples with
Previous and Next
- inspect emitted events in the event log
- reset the current template back to its baseline
- copy the current YAML
Why The Event Log Matters
Many Route Graphics behaviors are event-driven:
- hover/click/change payloads
- global keyboard events
renderComplete
The playground records those so example templates are debuggable without opening the browser console.
Suggested Workflow
- Start from the closest built-in template.
- Change one node or one animation at a time.
- Watch the event log after each interaction.
- Copy the YAML when you have a state worth reusing elsewhere.
Jump straight to the Playground.