Extend delete action selector resolution

This commit is contained in:
2026-01-18 13:36:49 +00:00
parent 9ea7c15f5d
commit 39e5385925
2 changed files with 30 additions and 3 deletions

View File

@@ -140,6 +140,18 @@ Remove an item from an array.
}
```
Example with the selector derived from event data:
```json
{
"id": "remove-clicked",
"type": "delete",
"target": "todos",
"path": "meta.id",
"expression": "event.todoId ?? data.selectedId"
}
```
## Common Patterns
### 1. Input Field Updates