mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
* docs(all): possible values are extracted by stencil * add defaults * remove all hardcoded defaults * update stencil
ion-backdrop
Backdrops are full screen components that overlay other components. They are useful behind components that transition in on top of other content and can be used to dismiss that component.
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
stopPropagation |
stop-propagation |
If true, the backdrop will stop propagation on tap. |
boolean |
true |
tappable |
tappable |
If true, the backdrop will can be clicked and will emit the ionBackdropTap event. |
boolean |
true |
visible |
visible |
If true, the backdrop will be visible. |
boolean |
true |
Events
| Event | Description | Detail |
|---|---|---|
ionBackdropTap |
Emitted when the backdrop is tapped. | void |
Built with StencilJS