Events
If you need to create custom behaviour you can listen for some events on the editor
| Event | Description | Cancellable | Methods |
|---|---|---|---|
change | Fires when the value of the editor is changed by the user | No | |
templates | Fires when the user click on the template button | Yes | |
components | Fires when the user click on the add component button | Yes | |
removeitem | Fires when a bloc is removed | Yes | detail.confirm : () => void, triggers the intended action (usefull if event was prevented) |