mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -8,56 +8,18 @@ Backdrops are full screen components that overlay other components. They are use
|
||||
|
||||
## Properties
|
||||
|
||||
#### stopPropagation
|
||||
|
||||
boolean
|
||||
|
||||
If true, the backdrop will stop propagation on tap. Defaults to `true`.
|
||||
|
||||
|
||||
#### tappable
|
||||
|
||||
boolean
|
||||
|
||||
If true, the backdrop will can be clicked and will emit the `ionBackdropTap` event. Defaults to `true`.
|
||||
|
||||
|
||||
#### visible
|
||||
|
||||
boolean
|
||||
|
||||
If true, the backdrop will be visible. Defaults to `true`.
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### stop-propagation
|
||||
|
||||
boolean
|
||||
|
||||
If true, the backdrop will stop propagation on tap. Defaults to `true`.
|
||||
|
||||
|
||||
#### tappable
|
||||
|
||||
boolean
|
||||
|
||||
If true, the backdrop will can be clicked and will emit the `ionBackdropTap` event. Defaults to `true`.
|
||||
|
||||
|
||||
#### visible
|
||||
|
||||
boolean
|
||||
|
||||
If true, the backdrop will be visible. Defaults to `true`.
|
||||
| Property | Attribute | Description | Type |
|
||||
| ----------------- | ------------------ | ------------------------------------------------------------------------------------------------------- | --------- |
|
||||
| `stopPropagation` | `stop-propagation` | If true, the backdrop will stop propagation on tap. Defaults to `true`. | `boolean` |
|
||||
| `tappable` | `tappable` | If true, the backdrop will can be clicked and will emit the `ionBackdropTap` event. Defaults to `true`. | `boolean` |
|
||||
| `visible` | `visible` | If true, the backdrop will be visible. Defaults to `true`. | `boolean` |
|
||||
|
||||
|
||||
## Events
|
||||
|
||||
#### ionBackdropTap
|
||||
|
||||
Emitted when the backdrop is tapped.
|
||||
|
||||
| Event | Description |
|
||||
| ---------------- | ------------------------------------ |
|
||||
| `ionBackdropTap` | Emitted when the backdrop is tapped. |
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user