From 6d569e6d1a6a9fba518b4a4b9eaeee7bc9efbe07 Mon Sep 17 00:00:00 2001 From: Joern Turner Date: Fri, 19 Jul 2024 09:28:59 +0200 Subject: [PATCH] Update _index.md --- content/elements/ui/repeat/_index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/elements/ui/repeat/_index.md b/content/elements/ui/repeat/_index.md index 7a69354e8..5377eaa21 100644 --- a/content/elements/ui/repeat/_index.md +++ b/content/elements/ui/repeat/_index.md @@ -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
'index' - the index of the new item | | path-mutated | dispatched when repeat nodeset changes | 'path' - the mutation path
'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