mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
test(e2e): force roboto font on all systems (#15993)
This commit is contained in:
@ -34,14 +34,14 @@ A button's `role` property can either be `destructive` or `cancel`. Buttons with
|
||||
|
||||
## Events
|
||||
|
||||
| Event | Description |
|
||||
| --------------------------- | --------------------------------------- |
|
||||
| `ionActionSheetDidDismiss` | Emitted after the alert has dismissed. |
|
||||
| `ionActionSheetDidLoad` | Emitted after the alert has loaded. |
|
||||
| `ionActionSheetDidPresent` | Emitted after the alert has presented. |
|
||||
| `ionActionSheetDidUnload` | Emitted after the alert has unloaded. |
|
||||
| `ionActionSheetWillDismiss` | Emitted before the alert has dismissed. |
|
||||
| `ionActionSheetWillPresent` | Emitted before the alert has presented. |
|
||||
| Event | Detail | Description |
|
||||
| --------------------------- | ------------------ | --------------------------------------- |
|
||||
| `ionActionSheetDidDismiss` | OverlayEventDetail | Emitted after the alert has dismissed. |
|
||||
| `ionActionSheetDidLoad` | | Emitted after the alert has loaded. |
|
||||
| `ionActionSheetDidPresent` | | Emitted after the alert has presented. |
|
||||
| `ionActionSheetDidUnload` | | Emitted after the alert has unloaded. |
|
||||
| `ionActionSheetWillDismiss` | OverlayEventDetail | Emitted before the alert has dismissed. |
|
||||
| `ionActionSheetWillPresent` | | Emitted before the alert has presented. |
|
||||
|
||||
|
||||
## Methods
|
||||
|
||||
Reference in New Issue
Block a user