Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernT authored Nov 22, 2024
1 parent e926aaf commit 254ee62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/events/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ State events are dispatched whenever the state of a bound element changes.
| `relevant` | fires after a fx-control has become relevant | `fx-control` | - |
| `invalid` | fires after a fx-control has become invalid | `fx-control` | - |
| `valid` | fires after a fx-control has become valid | `fx-control` | - |
| `value-changed` | fires after a fx-control has changed its value | `fx-control` | `path`- the normalized path of the bound node, `value` - the value of the bound node |
| `value-changed` | fires after a fx-control has changed its value | `fx-control` | `path`- the normalized path of the bound node, `value` - the value of the bound node, `instanceId`- the instance of changed node, `foreId` - the id of fx-fore element in scope |

## Instance Events

Expand Down

0 comments on commit 254ee62

Please sign in to comment.