Add events section

This commit is contained in:
Kamil Górecki 2024-02-16 17:59:06 +01:00
parent b619946e8f
commit 9e27aeb288

View file

@ -84,7 +84,14 @@ var editor2 = new EditorJS({
})
```
## Events
Events table for instance of EditorJS class. Can be used with `.on` function
| Event name | Description |
| ------ | ---------- |
| `block changed` | Event fired when anything change in blocks context |
| `block hovered` | Event fired when hover on block |
## Placeholder