Events
Callback props of the Editor and Form components. Events are Svelte callback props, not DOM-dispatched custom events.
| onaction | Fires when a toolbar item, section header, or placement close action is activated. |
| onchange | Fires when an editable field reports a new value, before validation and save. |
| onsave | Fires when validated changes are ready to persist, signaling your code to save them |
| onvalidation | Fires when the validation result changes. |
| Events | Reference for the Editor and Form component events. |