Skip to content

Commit 8913a06

Browse files
docs: add missing callback options to events documentation
Co-authored-by: kevinchappell <[email protected]>
1 parent 8ea5e56 commit 8913a06

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/options/events/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ const editor = new FormeoEditor({
3939
| `onUpdateRow` | Function | Fires when row is updated |
4040
| `onUpdateColumn` | Function | Fires when column is updated |
4141
| `onUpdateField` | Function | Fires when field is updated |
42+
| `onAddRow` | Function | Fires when row is added |
43+
| `onAddColumn` | Function | Fires when column is added |
44+
| `onAddField` | Function | Fires when field is added |
45+
| `onRemoveRow` | Function | Fires when row is removed |
46+
| `onRemoveColumn` | Function | Fires when column is removed |
47+
| `onRemoveField` | Function | Fires when field is removed |
4248
| `onSave` | Function | Fires when form is saved |
4349
| `onRender` | Function | Fires when an element is rendered |
4450
| `confirmClearAll` | Function | Fires when form is cleared |

0 commit comments

Comments
 (0)