Events
Callback props of the Editor and Form components. Events are React 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. |