Skip to content

Commit

Permalink
chore: adjusted viewer event docs
Browse files Browse the repository at this point in the history
Related to #839
  • Loading branch information
Skaiir committed Oct 16, 2023
1 parent 22830e8 commit 3b9d2de
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/form-js-viewer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ Fired off on form submission.
### `import.done :: { error, warnings }`
Fired whenever a schema has finished importing, whether it succeeds or fails.

### `form.layoutCalculated :: { rows }`
### Layouting events
- `form.layoutCleared`
- `form.layoutCalculated :: { rows }`

### `form.layoutCleared :: {}`

### `<lifeCycleEvent> :: {}`
### Lifecycle Events
- `detach`
- `attach`
- `form.init`
Expand All @@ -176,11 +176,11 @@ Fired whenever a schema has finished importing, whether it succeeds or fails.
- `diagram.clear`
- `diagram.destroy`

### `<formFieldEvent> :: { formField }`
- `formField.add`
- `formField.remove`
- `formField.focus`
- `formField.blur`
### Formfield events
- `formField.add :: { formField }`
- `formField.remove :: { formField }`
- `formField.focus :: { formField }`
- `formField.blur :: { formField }`


## License
Expand Down

0 comments on commit 3b9d2de

Please sign in to comment.