Examples › Track 3 — Editor › Example 10
API playground
Every public method on the editor, as a button. The toolbar is just sugar over a public API — this playground proves it. The editor below runs in headless mode (showToolbar: false); every action you take here goes through editor.someMethod(), just as it would from your own app code. The console at the bottom logs every call.
Console