Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernT authored Jul 19, 2024
1 parent 94a4d04 commit 6d569e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/elements/ui/repeat/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ will be created that will contain the evaluated template as content.

| Name | Description | Details
|------|-------------|--- |
| item-created | dispatched when a new repeat entry is created | 'path' - a canonical xpath <br> 'index' - the index of the new item |
| path-mutated | dispatched when repeat nodeset changes | 'path' - the mutation path <br> 'index' - the index of the changed repeat item.
| refresh-done | dispatched after a refresh() run | - |
| ready | dispatched after Fore has fully been initialized | - |
| error | dispatches error when template expression fails to evaluate | 'message' - the error message |
| no-template-error | dispatched when there's no template defined | 'id' - the repeat id |


## Examples
Expand Down

0 comments on commit 6d569e6

Please sign in to comment.