mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(all): improve type docs for event
This commit is contained in:

committed by
Manu MA

parent
b3316d480f
commit
3d656ac312
@ -26,14 +26,14 @@ A Picker is a dialog that displays a row of buttons and columns underneath. It a
|
||||
|
||||
## Events
|
||||
|
||||
| Event | Description | Detail |
|
||||
| ---------------------- | ---------------------------------------- | ------------------ |
|
||||
| `ionPickerDidDismiss` | Emitted after the picker has dismissed. | OverlayEventDetail |
|
||||
| `ionPickerDidLoad` | Emitted after the picker has loaded. | void |
|
||||
| `ionPickerDidPresent` | Emitted after the picker has presented. | void |
|
||||
| `ionPickerDidUnload` | Emitted after the picker has unloaded. | void |
|
||||
| `ionPickerWillDismiss` | Emitted before the picker has dismissed. | OverlayEventDetail |
|
||||
| `ionPickerWillPresent` | Emitted before the picker has presented. | void |
|
||||
| Event | Description | Type |
|
||||
| ---------------------- | ---------------------------------------- | --------------------------------- |
|
||||
| `ionPickerDidDismiss` | Emitted after the picker has dismissed. | `CustomEvent<OverlayEventDetail>` |
|
||||
| `ionPickerDidLoad` | Emitted after the picker has loaded. | `CustomEvent<void>` |
|
||||
| `ionPickerDidPresent` | Emitted after the picker has presented. | `CustomEvent<void>` |
|
||||
| `ionPickerDidUnload` | Emitted after the picker has unloaded. | `CustomEvent<void>` |
|
||||
| `ionPickerWillDismiss` | Emitted before the picker has dismissed. | `CustomEvent<OverlayEventDetail>` |
|
||||
| `ionPickerWillPresent` | Emitted before the picker has presented. | `CustomEvent<void>` |
|
||||
|
||||
|
||||
## Methods
|
||||
|
Reference in New Issue
Block a user