... | ... | @@ -12,4 +12,6 @@ The supported types are: |
|
|
- `onFormSubmit`
|
|
|
- `onPage`
|
|
|
|
|
|
These events can also be defined inside of a `sequence` or a `checklist` |
|
|
\ No newline at end of file |
|
|
These events can also be defined inside of a:
|
|
|
- `checklist` once all the events in the checklist occurred, the checklist event will be triggered
|
|
|
- `sequence` like the checklist, but its events must happen in sequence |
|
|
\ No newline at end of file |