Skip to content

Commit 4e8cecc

Browse files
committed
Add common events for page
1 parent 8cc5355 commit 4e8cecc

File tree

1 file changed

+4
-1
lines changed
  • content/docs/en/elements/components

1 file changed

+4
-1
lines changed

content/docs/en/elements/components/page.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ contributors: [rigor789]
3232

3333
| Name | Description |
3434
|------|-------------|
35-
| `tap` | Emitted when the button is tapped.
35+
| `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.
3639

3740
## Native component
3841

0 commit comments

Comments
 (0)