mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
docs(all): improve type docs for event
This commit is contained in:
committed by
Manu MA
parent
b3316d480f
commit
3d656ac312
@ -86,9 +86,9 @@ backdrop.stopPropagation = false;
|
||||
|
||||
## Events
|
||||
|
||||
| Event | Description | Detail |
|
||||
| ---------------- | ------------------------------------ | ------ |
|
||||
| `ionBackdropTap` | Emitted when the backdrop is tapped. | void |
|
||||
| Event | Description | Type |
|
||||
| ---------------- | ------------------------------------ | ------------------- |
|
||||
| `ionBackdropTap` | Emitted when the backdrop is tapped. | `CustomEvent<void>` |
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user