Skip to main content

Events

Callback props of the Editor and Form components. Events are React callback props, not DOM-dispatched custom events.

onActionFires when a toolbar item, section header, or placement close action is activated.
onChangeFires when an editable field reports a new value, before validation and save.
onSaveFires when validated changes are ready to persist, signaling your code to save them
onValidationFires when the validation result changes.
EventsReference for the Editor and Form component events.