We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc5355 commit 4e8ceccCopy full SHA for 4e8cecc
content/docs/en/elements/components/page.md
@@ -32,7 +32,10 @@ contributors: [rigor789]
32
33
| Name | Description |
34
|------|-------------|
35
-| `tap` | Emitted when the button is tapped.
+| `navigatedFrom` | Emitted when the parent frame has been navigated away.
36
+| `navigatedTo` | Emitted when the parent frame has been navigated to this page.
37
+| `navigatingFrom` | Emitted when the parent frame is navigating away from this page.
38
+| `navigatingTo` | Emitted when the parent frame is navigating to this page.
39
40
## Native component
41
0 commit comments